.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 609px; /*width of featured content slider*/
height: 352px;
padding:0px 0px 0px 0px;
margin-top:10px;
margin-bottom:-10px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:0px 0px 0px 0px;
background: white;
width: 609px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height:352px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width:609px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:right;
height:-5px;
position:relative; z-index:6;
padding: 0px 0px 0px 0px;
}

.pagination a{
padding: 0 5px;
margin-right:2px;
font-size:11px;
font-weight:bold;
text-decoration: none; 
color: #000;
background:#fff;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
padding: 0 5px;
margin-right:2px;
font-size:11px;
font-weight:bold;
background-color: #006600;
}
