.sliderwrapper{
position:relative; /*leave as is*/
overflow:hidden; /*leave as is*/
width:280px; /*width of featured content slider*/
height:200px;
}

.sliderwrapper .contentdiv{
visibility:hidden; /*leave as is*/
position:absolute; /*leave as is*/
left:0;  /*leave as is*/
top:0;  /*leave as is*/
background:none;
width:280px;
height:100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}

.pagination{
width:278px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:center;
background-color:#069;
padding:1px;
}

.pagination a{
padding:1px 6px;
text-decoration:none; 
color:#FFF;
background:#069;
font-size:12px;
font-weight:bold;
}

.pagination a:hover, .pagination a.selected{
background-color:#FFF;
color:#069;
}