.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 750px; /*width of featured content slider*/
height: 530px;
background: #FFF;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 750px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 530px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
margin:0 0 0 0;
overflow: hidden;
}

.pagination{
width: 750px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
display: block;
height:20px; 
text-align: left;
padding: 5px 10px;
margin: 500px 0 0 0;
position:relative;
background: #FFF;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #3573a2;
font-size: 18px;
font-weight:normal;
line-height:20px;
display:block;
float:left;
font-family:Arial, Helvetica, sans-serif;
}

.pagination a:hover, .pagination a.selected{
color: #dedede;

}