.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 540px; /*width of featured content slider*/
height: 244px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 540px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 244px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 540px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:center;
background-color:#141414;
height:18px;
margin:1px 0px 0px 0px;
padding:3px 0px 0px 0px;
}

.pagination a{
padding: 0px 3px 0px 3px;
border:1px solid #141414;
text-decoration: none; 
color: #b7b7b7;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
}

.pagination a:hover, .pagination a.selected{
color: #f1aa01;
border:1px solid #464646;
}
