.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px black;
border-bottom-width: 0px;
width: 850px; /*width of featured content slider*/
height: 200px;
}



.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: 790px; /*width of content DIVs within slider. Total width should equal slider's inner width (790+5+5=800) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 780px; /*Width of pagination DIV. Total width should equal slider's outer width (780+10+10=800)*/
text-align: right;
background-color: white;
padding: 1px 1px;
}

.pagination a{
padding: 0 2px;
font: bold 8pt Arial, Helvetica, sans-serif; TEXT-DECORATION: none
text-decoration: none; 
color: #C0C0C0;
border: 1px solid #C0C0C0;
background: white;
}

.pagination a:hover, .pagination a.selected{
font: bold 8pt Arial, Helvetica, sans-serif; TEXT-DECORATION: none; color: #FFFFFF;
background-color: #0C4D05;
}