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

.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: #6F0A0A;
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 #C2D569;
}

.pagination{
width: 262px;
text-align: right;
background: #6F0A0A;
padding: 6 4 4 0;
}

.pagination a{
padding: 2 4 2 4;
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: #C06E05;
border:1px solid #FFFFFF;
}
