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



.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: 518px; /*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{float:left; height:35px; font-size: 12px; color: #fff; background-image:url(images/nonhover.jpg); background-position:top left; background-repeat:repeat-x; width: 518px;}

.pagination a{float:left; height:23px; font-weight:bold; width:128px; text-align:center; padding:12px 0px 0px 0px; color:#ffffff; text-decoration:none;}

.pagination a:hover, .pagination a.selected{background-image:url(images/hover.jpg); background-position:top left; background-repeat:repeat-x;}
.separator {float:left; background-image:url(images/spacer.jpg); height:35px; background-repeat:no-repeat; background-position:top left; width:2px;}