.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 310px; /*width of featured content slider*/
height: 224px;
}

.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:#63aa4c;
background-image:url(images/rotator_contentbg.jpg);
background-repeat:no-repeat;
width: 310px; /*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: 310px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
padding: 4px 0px 0px 0px;
height:27px;
background-image:url(images/rotator_bgnav.gif);
background-repeat:no-repeat;
background-position:top left;
}

.pagination a{
padding: 0px 5px 0px 5px;
margin:0px 0px 0px 0px;
text-decoration: none; 
color: #a4cf5e;
background: #016222;
border:1px solid #016222;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
}

.pagination a:hover, .pagination a.selected{
color: #016222;
border:1px solid #f7f18d;
background:#f7f18d;
}
