.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 685px; /*width of featured content slider*/
height: 358px;
}



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

.pagination{
width: 200px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center; margin-left:470px; font:11px verdana;
position:relative; z-index:998; margin-top:-48px;
}

.pagination a{
text-decoration: none;
font-weight:bold;
letter-spacing:-1;
color: #fff; background:url(img/tab-2.png) no-repeat; text-align:center; float:left; line-height:25px; width:21px; margin:0 2px;
}

.pagination a.prev,.pagination a.next{ background:url(img/next.png) no-repeat; float:left; width:40px; height:25px;
color:#581D00;
}
.pagination a:hover.prev,.pagination a:hover.next{ background:url(img/next.png) no-repeat;
color:#581D00;
}

.pagination a:hover{
background:url(img/tab-1.png) no-repeat; text-decoration: none;
color:#581D00;
font-weight:bold;
letter-spacing:-1;
}

.pagination a.selected{ font-weight:bold; background:url(img/tab-1.png) no-repeat;
background:url(img/tab-3.png) no-repeat; 
color:#ffffff;
}




