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

.sliderwrapper .contentdiv {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0 5 5 5;
background: #F0F0F0;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
border-bottom:1px solid #E8E8E8;
}

.pagination{
width: 305px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background: #F1F1F1;
padding: 0 7 8 0;
}

.pagination a{
padding: 2 6 2 6;
text-decoration: none; 
color: #00007D;
font-weight: bold;
border:1px solid #C0C0C0;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
font-weight: bold;
background-color: #008800;
border:1px solid #FFFFFF;
}