.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:909px; /*width of featured content slider*/
height: 511px;
}



.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:909px;  /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width:909px;  /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background:url(../images/page-bg.jpg) repeat-x left top; min-height:127px; padding:14px 0 0 0;
}

.pagination a{
text-decoration: none; 
color: #00007D; 
}
.pagination p{ background:#d6ceb9; width:887px; margin:0 0 0 11px; float:left; padding:5px 2px 1px 0; text-align:center; }
.pagination p a img{ padding:0 0 0 4px;}


.pagination a:hover{

}
.pagination a.selected{ background-position:bottom;}

.next{ display:none;}
.prev{ display:none;}