.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0;
background: transparent;
width: 580px; /*width of featured content slider*/
height: 167px;
margin: 0 auto;
margin-top: 4px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 3px;
background: #FFF;
width: 580px; /*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;
z-index: 1;
}

.contentdiv{
margin-top:5px;
}

.pagination{
width: 580px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: transparent;
padding: 3px;
padding-top: 5px;
}

.pagination a{
padding: 13px;
text-decoration: none; 
color: #577080;
background: url(../images/rotateOff.png) center repeat-x;
width: 29px;
height: 19px;
}

.pagination a:hover{
color: #9f8e0e;
background: url(../images/rotateHover.png) center repeat-x;
}
.pagination a.selected{
color: #6C7958;
background: url(../images/rotateOn.png) center repeat-x;
}