/* CSS Document */
.pagination{
float:right;
width: 526px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
background: none;
max-height:26px;
padding-right:38px;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 564px; /*width of featured content slider*/
height: 93px;
left:0px;
top:0px;
background: none;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0px;  /*leave as is*/
top: 0px;  /*leave as is*/
margin-left:24px;
margin-top:10px;
background: none;
width: 503px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 93px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}


.pagination a{
text-decoration: none; 
color: #CCC;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background: none;
}
