.sliderwrapper{
position: relative; /*leave as is*/
top:0px;
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 960px; /*width of featured content slider*/
height: 285px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 1px;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: transparent;
width: 960px; /*width of content DIVs within slider. Total width should equal slider's inner width (670+5+5=680) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 920px; /*Width of pagination DIV. Total width should equal slider's outer width (670+10+10=690)*/
position:absolute;
top: 360px;
text-align: right;
font-size: 12px;
background: transparent;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #3173aa;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #99c2ff;
}