.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
border-bottom-width: 0px;
width: 585px; /*width of featured content slider*/
height: 96px;
}



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

.pagination{
width: 10px;
text-align: right;
letter-spacing: 0px;
background: none;
position: absolute;
visibility: hidden;

}

.pagination a{
text-decoration: none; 
text-align: center;
padding-left:0px;
background-color: #3b3b3b;
color: #FFFFFF;
text-align: center;
}

.pagination a:hover, .pagination a.selected{
color:#0099FF;
}
