.sliderwrapper{

position: relative; /*leave as is*/

overflow: hidden; /*leave as is*/

width: 710px; /*width of featured content slider*/

height: 500px;

margin: 0px auto 0px auto;


}







.sliderwrapper .contentdiv{

height: 500px;

width: 710px;

visibility: hidden; /*leave as is*/

position: absolute; /*leave as is*/

left: 0;  /*leave as is*/

top: 0;  /*leave as is*/

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);

-moz-opacity: 1;

opacity: 1;

}



.pagination{

height: 139px;

width: 800px;

text-align: center;

}



.pagination a{

text-decoration: none; 

color: #00007D;

}



.pagination a:hover, .pagination a.selected{

color: #000;

}