.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 573px; /*width of featured content slider*/
height: 126px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
width: 573px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 126px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

div.pagination {
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
margin: 0 auto;
}

div.pagination a {
padding: 4px 5px 0 7px;
text-decoration: none; 
color: #989288;
background-image: url(../images/circle-off.gif);
background-position: center top;
background-repeat: no-repeat;
width: 10px;
text-align: center;
text-transform: uppercase;
letter-spacing: .1em;
display: block;
float: left;
font-size: 11px;
height: 23px;
}

div.pagination a:hover, div.pagination a.selected{
color: #FFF;
background-image: url(../images/circle-on.gif);
}