.sliderwrapper{

position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: solid 1px #565656;*/
border-bottom-width: 6px;
width:200px; /*width of featured content slider*/
height:70px;
}



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

.sliderwrapper .contentdiv a{ background:red;
/*visibility: hidden; leave as is*/
position: absolute; /*leave as is*/
left: 10px;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px 0 5px 0;
background:white;
width: 195px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height:70px;
color:#000000;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper .contentdiv a:hover{

color:#ff0000;

}

.pagination{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:11px;
font-weight:normal;
width: 190px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color:none;
padding: 5px 10px;
}

.pagination a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: none;
}

.pagination a:hover, .pagination a.selected{
text-decoration:underline;
color:#FFFFFF;
background-color:#CC3300
}