.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;
*/width: 531px; /*width of featured content slider*/
height: 392px;
}

#paginate-slider1 { position:absolute;  z-index:+1000; top:410px; left:20px; text-align:left; }
#paginate-slider1-BG { position:absolute; top:410px; z-index:+900; filter:progid:DXImageTransform.Microsoft.alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; background-color:#000; width:100%; height:35px; }

#paginate-slider2 { position:absolute;  z-index:+2; top:350px; left:10px; text-align:left; }

.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: 552px; /*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;
margin-left:0px;
margin-top:0px;
overflow:hidden;
z-index:0;
background-color:#999;
}

.contentdiv img{
  border-style:none;
}

.contentdiv-text { float:right; width:202px; height:392px; border-left:#999 1px solid; padding:10px; font-size:14px; }

.pagination{
width: 547px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
/*background-color: navy;*/
padding: 5px 10px;
font-size:16px;
}

.pagination a,.pagination a:visited{
padding: 1px 10px;
text-decoration: none; 
color: #fff;
font-weight:bold;
text-decoration:none;
background:url('/images/update/fcs-button-number-2.png') no-repeat;
width:29px;
height:24px
}

.pagination a:hover, .pagination a.selected{
color:#089010;
font-weight:bold;
background:url('/images/update/fcs-button-number-2-on.png') no-repeat;
}