.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom: 1px solid #979797;
width:215px; /*width of featured content slider*/
height:40px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width:215px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
text-align:right;
padding-top:5px;
font-size:11px;
color:#fff;
}

.pagination{
width:215px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
font-size:11px;
color: #3F3F3F;
}

.pagination a{
padding:0;
text-decoration: none; 
color: #3F3F3F;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
text-decoration:none;
}