.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid white;
border-bottom-width: 3px;
width: 600px; /*width of featured content slider*/
height: 385px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 325px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 580px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding: 5px 0px;
font-size:10pt;
}

.pagination a{
padding: 0 15px;
text-decoration: none; 
//color: #00007D;
color: white;
//background: silver;
background: white;
//border:solid navy 1px;
border:solid white 1px;
}

.pagination a:hover, .pagination a.selected{
//color: navy;
color: white;
background-color: white;
}