.scroll { width:945px; height:275px; clear:both; }

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 945px; /*width of featured content slider*/
height: 275px;
border:0px solid #ccc;
}

.sliderwrapper img { border:0px; margin:0px; padding:0px; }

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

.pagination{
width: 925px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #01001e;
padding: 0px 20px 3px 0px;
float:right;
}

.pagination a{
padding: 0px 10px;
margin:0px;
font-size:0.75em;
text-decoration: none; 
color: #aeadbb;
background-color:#01001e;
}

.pagination a:hover, .pagination a.selected{
color:#01001e; background-color:#aeadbb;
}