.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 632px; /*width of featured content slider*/
height: 551px;
}



.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: 626px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 545;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
font:11px Arial, Helvetica, sans-serif;
width: 632px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
padding:1px;
position:absolute;
top:88px;
margin-left:-485px;
z-index:100;
float:left;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color:#666666;
background:#FFFFFF;
border:solid 1px #999999;
}

.pagination a:hover, .pagination a.selected{
color:#FFFFFF;
background-color:#666666;
border:solid 1px #FFFFFF;
}
