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



.contentdiv{
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width:702px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height:240px;
}

.pagination{
width:702px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:59px;
position:absolute;
display:block;
top:181px;
left:0;
}

.pagination a{
height:29px;
display:block;
width:233px;
float:left;
padding:30px 0 0 0;
cursor:pointer;
font-size:0;
line-height:0;
text-indent:-20000px;
margin:0px;
}



.pagination a.tabs1{background:url(../images/tabs1.png) 0 0  no-repeat; width:234px; height:59px; display:block;}
.pagination a.tabs1:hover{background:url(../images/tabs1_hover.png) 0 0 no-repeat; width:234px; height:59px; display:block}
.pagination a.tabs1.selected{background:url(../images/tabs1_hover.png) 0 0 no-repeat; width:234px; height:59px; display:block}

.pagination a.tabs2{background:url(../images/tabs2.png) 0 0  no-repeat;	width:232px; height:59px; margin:0 1px;}
.pagination a.tabs2:hover{background:url(../images/tabs2_hover.png) 0 0  no-repeat;	width:232px; height:59px;}
.pagination a.tabs2.selected{background:url(../images/tabs2_hover.png) 0 0  no-repeat; width:232px; height:59px;}

.pagination a.tabs3{background:url(../images/tabs3.png) 0 0  no-repeat; width:233px; height:59px;}
.pagination a.tabs3:hover{background:url(../images/tabs3_hover.png) 0 0  no-repeat; width:233px; height:59px;}
.pagination a.tabs3.selected{background:url(../images/tabs3_hover.png) 0 0  no-repeat; width:233px; height:59px;}

.pagination a:hover, .pagination a.selected{
}