.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 940px; /*width of featured content slider*/
height: 150px;
border: 0; 
padding: 0;
margin: 30px 0 0 0; 
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 940px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 150px;
border: 0; 
padding: 0;
margin: 0; 
}

.pagination{
float: left;
width: 200px; margin: 6px 10px 0 0;
}

.pagination a{
	float: left; width: 13px; height: 13px; background: url(../images/slider_pag.gif) no-repeat; text-align: center; line-height: 13px; color: #fff; font-size: 0; margin-right: 7px;  
}
.pagination a:hover, .pagination a.selected {
    background-position: -20px 0;
}

