.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 100%; /*width of featured content slider*/
height: auto;              
min-height: 151px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 100%; /*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: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 26px;
font: 12px Trebuchet MS, grhelvetica, verdana, tahoma, arial, sans-serif; 
COLOR: #808080;
TEXT-DECORATION: none;
text-align: right;
line-height: 24px;
padding: 0px 0px;
	background-color: #f0f0f0;
	border: 1px solid;
	border-color: #dcdcdc;
	voice-family: "\";}\"";
	voice-family: inherit; 
	}	
	html>body 
	.pagination {
	background-color: #f0f0f0;
	border: 1px solid;
	border-color: #dcdcdc #dcdcdc #dcdcdc #dcdcdc;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}


.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #00007D;
}

.pagination a:hover, .pagination a.selected{
color: #000;
}
