.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 306px; /*width of featured content slider*/
height: 365px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 306px; /*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: 306px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;

}

.pagination a{

text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
	background: url(../images/rightside_hovertab.gif) no-repeat left top;
	color: #07467D;

}



#slider4
{
	border-color: darkred;
	/*margin-left: 15px;*/
	height: 198px;
	width: 952px;
}


#paginate-slider4{
	color: #000000;
	z-index: 100;
	width: 952px;
	/*top: 263px;
	position: relative;*/
}

#paginate-slider4 ul, li
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#paginate-slider4 li
{
	list-style: none;
	display: block;
	float: left;
}

#paginate-slider4 li a
{
	padding: 8px 0px 8px 5px;
	/*border-left: #02295f 0px solid;
	border-right: #02295f 1px solid;*/
	width: 193px;
	display: block;
	/*background: url(../images/banner_nav_bg.gif) repeat-x;*/
	color: #003767;
	text-align: center;
	font: bold 16px "Trebuchet MS";
	
}

#paginate-slider4 li a:hover, #paginate-slider4 li a.selected 
{
	/*background: url(../images/banner_nav_hoverbg.gif) repeat-x;*/
	color: #285c91;
}
 
/*#paginate-slider4 a
{
	
	background: url(../images/banner_nav_bg.gif) repeat-x;
	color: #FFFFFF;
	font: normal 12px Arial, Helvetica, sans-serif;
	float: left;
	text-align: center;
	display: inline-block;

}

#paginate-slider4 a:hover, #paginate-slider4 a.selected 
{
	background: url(../images/banner_nav_hoverbg.gif) repeat-x;
}*/

.sliderwrapper2 .contentdiv
{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 952px; /*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;
}

