.sliderwrapper{
   position: relative; /*leave as is*/
   overflow: hidden; /*leave as is*/
   width: 285px; /*width of featured content slider*/
   height: 270px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
margin-left: 50px;
padding: 5px 0px 0px 5px;
background: #000; 
width: 185px; /*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;
}

.pagination_slider{
width: 183px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=263)*/
text-align: center;
padding: 10px 3px 3px 0px;
height: 18px;
margin: auto;
}

.pagination_slider a{
padding: 0 5px;
text-decoration: none; 
color: #000000;
background: #666666;
}

.pagination_slider a:hover, .pagination_slider a.selected{
color: #33cced;
background-color: #466d76;
}
