.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 520px; /*width of featured content slider*/
height: 414px;
}



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

.pagination{
text-align: right;
padding: 5px 10px;
}

.pagination a{
padding: 1px 5px;
text-decoration: none; 
color: #00007D;
background: #585858;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #97580B;
}