.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 43em; /*width of featured content slider*/
height: 20.51em;
border: 6px solid #dcdcdc;
margin: 0 0 0 4em;
}

.sliderwrapper img
	{
	border: none;
	}


.sliderwrapperText
	{
	position: absolute;
	background: #0F354C;
	bottom: .5em;
	font-family: trebuchet MS, sans-serif;	
	font-size: 200%;
	font-weight: bold;
	line-height: 1.5em;
	padding: .25em .5em;
	}

.sliderwrapperText a
	{
	color: #fff;
	text-decoration: none;
	}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
right: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 43em; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 4em; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/

padding: 0;
position: absolute;
top: 0;
}

.pagination img
		{
		height: 3em;
		border: none;
		}

.pagination a{
padding: 0;
text-decoration: none; 
color: #00007D;
background: white;
outline: none;
border: 2px solid #dcdcdc;
overflow: hidden;
height: 3em;
width: 3em;
display: block;
margin: 0 0 .25em 0;
}

.pagination a:hover, 
.pagination a.selected 
		{
		border: 2px solid #F10A52 ;
		}



.pagination a:hover, .pagination a.selected{
color: #000;

}