.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 905px; /*width of featured content slider*/
height: 285px;
z-index:-1;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0 3px 0 0;
background:url(images/slideBg.jpg) no-repeat;
width: 902px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 285px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index:0px;
}

.pagination{
width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
position:absolute;
z-index:100px;
top:400px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #ffffff;
background:#b3b3b3;
border:#FFF solid 1px;
}

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