.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:458px; /*width of featured content slider*/
height:338px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:0px;
background: white;
width:458px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination{
text-align:right;
}
.pagination a{
display:block;
text-decoration: none; 
color: #888888;
background:url(../images/linkbg.gif) left top no-repeat;
text-align:center;
margin-right:1px;
width:18px;
height:17px;
float:left;
}
.pagination a:hover, .pagination a.selected{
color: #fff;
background:url(../images/active.gif) left top no-repeat;
text-align:center;
}