.sliderwrapper{
position: relative; /*leave as is*/
left: 16px;
top: 18px;
overflow: hidden; /*leave as is*/
z-index: 97;
width: 708px; /*width of featured content slider*/
height: 66px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
text-align: justify;
width: 673px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 66px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 35px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
float: right;
}

.pagination a{
color: #5B5B5B;
font-weight: bold;
font-size: 10px;
text-decoration: none;
padding-left: 10px;
padding-right: 9px;
padding-bottom: 2px;
padding-top: 1px;
}

.pagination a:hover, .pagination a.selected{
background: url('img/slider_img/buttons/slider_h.png');
background-repeat: no-repeat;
background-position: 1px;
color: #0095FE;
}