.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom:0;
padding:0px 0px 0 0px;
width: 590px; /*width of featured content slider*/
height: 230px;
background: #393C43;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: #000000;
color:#E6E6E6;
width: 590px; /*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;
}

.contentdiv a {color:#FFFFFF; text-decoration:none;}
.contentdiv a:hover {text-decoration:underline;}

.pagination{
width: 578px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
border-top:0;
background:#000000;	
height:24px;
padding:5px 4px 0 8px;
border-top:1px solid #1F1F1F;
}

.pagination a{
padding: 0 6px;
margin-right:5px;
font-size:12px;
text-decoration: none; 
color: #fff;
font-weight:bold;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color:#65B6CC;
}

.ssimage {float:left; margin-right:10px;}