.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid #F1F1F1;
border-bottom-width: 6px;
width: 526px; /*width of featured content slider*/
height: 153px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 516px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=246) */
height: 100%;

}

.pagination{
width: 526px; /*Width of pagination DIV. Total width should equal slider's outer width (246+10+10=420)*/
text-align: right;
background-color: #F1F1F1;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
background: #FF9C00;
}
.pagination a:link {
color:#FFFFFF;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #579ECB;
text-decoration: none; 
}