.sliderwrapper{

position: relative; /*leave as is*/

overflow: hidden; /*leave as is*/

/*width: 313px;*/ /*width of featured content slider*/

width: 525px;

/*height: 250px;*/

height: 75px;

}







.sliderwrapper .contentdiv{

visibility: hidden; /*leave as is*/

position: absolute; /*leave as is*/

left: 0;  /*leave as is*/

top: 0;  /*leave as is*/

padding: 5px;

background: white;

/*width: 305px;*/ /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */

width: 531px;

height: 100%;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);

-moz-opacity: 1;

opacity: 1;

}



.pagination{

/*background: #f3f3f3;*/

padding: 4px 5px;

margin: 1px;

/*width: 312px; changed by sucl*/

width: 527px;

overflow: hidden;

}



.pagination a{

padding: 0 5px;

text-decoration: none; 

color: #00007D;

/*background: white;*/

}

