.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border:none;
width:528px; /*width of featured content slider*/
height:315px;
text-align:left;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
right:0;
background: white;
width: 528px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height:250px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width:526px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:center;
padding-top:7px;
margin-top:3px;
}

.pagination a{
font-weight:bold;
text-decoration:none; 
color: #FFF;
background:url(../media/images/news-deactive.png);
padding-bottom:6px;
padding-top:6px;
padding-left:9px;
padding-right:9px;
}

.pagination a:hover, .pagination a.selected{
color: #333;
background-color: #990000;
background:url(../media/images/news-active.png);
border:none;
}