.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;*/
border-bottom-width: 6px;
/*width: 400px; /*width of featured content slider*/
height: 577px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px 5px 5px 10px;
z-index:0;
/*width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
/*width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
}

.pagination a{
background:url(images/1.png) no-repeat center; 
width:22px; 
height:22px; 
float:left;
color:#fff;
font-size:13px;
padding: 5px 5px 0 5px;
}

.pagination a:hover, .pagination a.selected{
background:url(images/1-over.png) no-repeat center;

}

.pagination a.next{ background:url(images/next.png) no-repeat right; width:66px; height:24px; float:left;margin-left:20px;}
.pagination a:hover.next{ background:url(images/next-over.png) no-repeat right;}

.pagination a.prev{ background:url(images/back.png) no-repeat; width:66px; height:24px; float:left;margin-right:20px;}
.pagination a:hover.prev{ background:url(images/back-over.png) no-repeat;}

/*.pagination a.toc{ background:url(images/1.png) no-repeat center; width:22px; height:22px; float:left;color:#fff;padding-top:5px;font-size:13px}
.pagination a:selected{ background:url(images/1-over.png) no-repeat center;}
.pagination a:hover{ background:url(images/1-over.png) no-repeat center;}*/