.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

border-bottom-width: 6px;
width: 500px; /*width of featured content slider*/
height: 190px; float:left;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 490px; /*width of content DIVs within slider. Total width should equal slider's inner width (480+5+5=490) */
height: 180px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 490px; /*Width of pagination DIV. Total width should equal slider's outer width (480+10+10=500)*/
text-align: left;
background-color:#ffffff;
padding: 5px 10px;
}

.pagination a{

text-decoration: none; 
color:#999999;
background: white; margin-right:7px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color:#cccccc;
}