.sliderwrapper{
overflow: hidden; /*leave as is*/
width: 900px; /*width of featured content slider*/
height: 225px;

}



.contentdiv{


width: 870px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */

/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);*/
/*-moz-opacity: 1;*/
/*opacity: 100;*/
color:#666666;
}

.pagination{
width: 930px;
height:37px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
position:absolute;
top:330px;
z-index:2;
}

.pagination a{
padding: 0 ;
text-decoration: none; 
color: #00007D;
}


