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



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

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

.pagination a{
text-decoration: none; 
color: #fff; background:url(../imagesV2/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(../imagesV2/next2.png) no-repeat; float:left; width:40px; height:25px;}
.pagination a:hover.prev,.pagination a:hover.next{ background:url(../imagesV2/next.png) no-repeat;}

.pagination a:hover{
background:url(../imagesV2/tab-1.png) no-repeat; text-decoration:underline;
}

.pagination a.selected{ font-weight:bold; background:url(../imagesV2/tab-1.png) no-repeat;}



