.sliderwrapper{
margin:0px; padding:0px;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border:none ;
width: 640px; /*width of featured content slider*/
height: 260px;
background:#FFF;
}



.sliderwrapper .contentdiv{
margin:0px; padding:0px;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 640px; /*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: 0.1;
opacity: 1;
}

.pagination{
margin:0px;
line-height:22px;
width:624px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:right;
background:#3F89C3;
padding:2px 8px 2px 8px;
border-top:#FFF 1px solid;
border-bottom:#FFF 1px solid;
}

.pagination a{
font-size:12px;
margin:0px; padding:0px 4px;
text-decoration:none; 
color:#000;
background:#CAE1F3;
}

.pagination a:hover, .pagination a.selected{
color:#000;
background:#FFF;
}