.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:960px; /*width of featured content slider*/
height:535px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width:960px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
padding-top:0px;
font-size:11px;
}

.pagination{
width:960px;
margin:0px;
padding:0px;
height:36px;
overflow:hidden;
font-size:14px;
background:url(../images/header-bg.gif) no-repeat top left;
position:relative;
z-index:100;
}