.sliderwrapper{
overflow: hidden; /*leave as is*/
width: 737px; /*width of featured content slider*/
height: 200px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
width: 737px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}

.pagination{
width: 700px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding:0 0 0 10px;
font-size:11px !important;
}

.pagination a{
padding: 3px 4px 3px 4px;
text-decoration: none; 
color: #0066CC !important;
font-size:11px !important;
}

.pagination a:hover{
color: #0066CC !important;
text-decoration: none;
font-size:11px !important;
}

.pagination a.selected{
color: #333333 !important;
text-decoration: none;
font-size:11px !important;
}
