.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid white;
border-bottom-width: 0px;
width: 910px; /*width of featured content slider*/
height: 212px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: relative; /*leave as is*/
padding: 0px;
background: transparent;
width: 212px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
-moz-opacity: 1;
opacity: 1;
}


.pagination{
width: 910px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background: white;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
font:11px "verdana", Arial, Helvetica, sans-serif;
}

.pagination a:hover, .pagination a.selected{
background: #f8f8f8 url(images/footer_bg.jpg) repeat-x;
-moz-border-radius: 6px; border-radius: 4px;
text-decoration: none; 
color: white;
}

	