.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 420px; /*width of featured content slider*/
height: 345px;
color: #ffffff;
}



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

.pagination{
width: 420px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
background: #494747 url('/image/bg_pagination.gif') no-repeat;
background-position: bottom;
color: #ffffff;
padding: 7px 0px 3px 0px;
text-align: center;
}

.pagination a{
color: #ffffff;
}

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