.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
padding:2px;
width: 570px; /*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*/
padding: 0px;
background: white;
width: 570px; /*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{
width: 550px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
background:transparent url(../images/slider_pagination_bg.png) repeat;
height:25px;
margin-left:-2px;
opacity:0.85;
padding:11px 10px;
position:relative;
text-align:left;
top:232px;
vertical-align:middle;
z-index:99;
}

.pagination .wrap {
opacity:1;
}

.pagination a{
padding:4px;
opacity:1;
text-decoration: none; 
color: #000000;
text-transform: uppercase;
text-size:12px;
}

.pagination a:hover, .pagination a.selected{
color:#000000;
background-color: #f5e18a;
opacity:1;
}
