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

.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: 592px; /*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: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
margin-left:10px;
padding-bottom:20px;
}

.pagination a, .pagination a:visited {
background:transparent url(/v2/images/button-number-bg-on.png) no-repeat ;
color:#FFFFFF;
font-weight:bold;
height:22px;
padding:1px 8px;
text-decoration:none;
width:9px;
float:left;
}

.pagination a:hover, .pagination a.selected {
background:transparent url(/v2/images/button-number-bg-off.png) no-repeat ;
}

a.prev { background:transparent url(/v2/images/button-prev-on.png) no-repeat ; width:40px; height:22px; display:block; float:left; }
a.prev:hover { background:transparent url(/v2/images/button-prev-off.png) no-repeat ; }
a.next { background:transparent url(/v2/images/button-next-on.png) no-repeat ; width:40px; height:22px; display:block; float:left; }
a.next:hover { background:transparent url(/v2/images/button-next-off.png) no-repeat ; }

