.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #cccccc;
border-left: none;
border-top: none;
border-bottom: none;
border-bottom-width: 1px;
width: 260px; /*width of featured content slider*/
height: 243px;
}

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

.pagination{
width: 220px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #FCFCFC;
padding: 0px 5px;
}

.pagination a{
padding: 0px;
text-decoration: none; 
color: #004175;
background: #FCFCFC;
}

.pagination a:hover, .pagination a.selected{
color: #FF0000;
background-color: #FCFCFC;
}