.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 708px; /*width of featured content slider*/
z-index:0;
height: 222px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 708px; /*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, .pagination1{
position: relative;
top: 0px;    
left:0px;
width: 700px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
font-family:Trebuchet MS;
color:#953C00;
font-size:10px;
font-weight:bold;
valign:middle;
padding:4px;
align:right;
}

.pagination {
background-color: #cccccc;
}

.pagination a, .pagination1 a{
padding-left:10px;
padding-right:10px;
text-decoration: none; 
color: #00007D;
background: b4bec9;
border:1px solid navy;
}

.pagination a:hover, .pagination a.selected, .pagination1 a:hover, .pagination1 a.selected{
color: #000;
background-color: #FEE496;
}