.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #FFFFFF;
border-bottom-width: 0px;
width: 484px; /*width of featured content slider*/
height: 425px;
}



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

.pagination{
width: 484px; /*Width of pagination DIV. Total width should equal slider's outer width (484+15+15=)*/
text-align: right;
background-color: #ffffff;
padding: 0px 0px;
}

.pagination a{
padding: 2px 6px;
text-decoration: none;
font-size: 10px;
font-weight: bold;
font-family: Century Gothic, Arial, sans-serif; Helvetica;
color: #c3c3c3;
background: #ffffff;
}

.pagination a:hover, .pagination a.selected{
font-size: 10px;
font-weight: bold;
font-family: Century Gothic, Arial, sans-serif; Helvetica;
color: #FFFFFF;
background-color: #A09324;
}