.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:970px; /*width of featured content slider*/
height:251px;
border:4px solid #c9c7c7;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:0px;
width:970px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height:251px;
float:left;
-moz-opacity: 1;
opacity: 1;

}

.pagination{
width:50px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding:0px;
position:absolute;
left:48%;
bottom:10px;
float:left;
background:url(../images/pagibg.jpg) no-repeat left top;
z-index:999;
height:10px;
padding:5px 8px;
}

.pagination a{
padding:0px;
text-decoration: none; 
color: #fff;
background:url(../images/dot.gif) no-repeat left;
width:8px;
height:8px;
line-height:8px;
text-indent:-20px;
font-size:0px;
float:left;
margin:0px 2px;
}

.pagination a:hover, .pagination a.selected{
color: #ff0000;
background:url(../images/dothover.gif) no-repeat left;
}

.pagination a.next,
.pagination a.prev{
display:none;
}