.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 885px; /*width of featured content slider*/
height: 450px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 885px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}

.pagination{
width: 865px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background: #666666;
padding: 10px;
font-size: 12px;
margin: 15px 0 15px;
}

.pagination a{
padding: 5px;
text-decoration: none; 
color: #ffffff;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background: #333333;
}
