.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #9D7B0F;
border-bottom-width: 1px;
width: 248px; /*width of featured content slider*/
height: 223px;
}

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

.pagination{
width: 248px;
text-align: right;
background: transparent;
padding: 6 0 2 0;
}

.pagination a{
font-family: Arial;
width:22px;
padding: 2 4 2 4;
text-decoration: none; 
color: #FFFFFF;
font-weight: bold;
border:1px solid #8A6D08;
background: #D4A607;
text-align:center;
}

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