.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
margin: 0px;
border: 0px;
padding: 0px;
border-bottom-width: 0px;
width: 585px; /*width of featured content slider*/
height: 165px;
z-index: 3;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
margin: 0px;
border: 0px;
width: 585px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 165px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index: 4;
}

.pagination{
width: 585px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
/* padding: 5px 5px; */
padding: 0;
border: 0px;
/* background-color: #fffb9c; */
/* background-color: #F7CB00; */
background-color: #333333;
z-index: 5;
}

.pagination a{
padding: 0 5px;
font: bold 12px "Trebuchet MS";
text-decoration: none; 
color: #777777;
/* background-color: #fffb9c; */
/* background-color: #F7CB00; */
background-color: #333333;
}

.pagination a:hover, .pagination a.selected{
/* color: #000; background-color: #FFFF9C; */
color: #ffffff;
/* background-color: #CC0000; */
/* background-color: #F7CB00; */
background-color: #333333;
}
