.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;
*/width: 900px; /*width of featured content slider*/
height: 300px;
background-image:url('/v2/images/bg-content-rotator.png');
}

#paginate-slider1 { position:absolute; top:228px; right:0px; z-index:+100; }

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 20px;  /*leave as is*/
top: 20px;  /*leave as is*/
padding: 0px;
/*background: white;*/
width: 860px; /*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: 305px; /*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;
}

.pagination a{
text-decoration: none; 
color: #FFF;
background: #000;
font-weight:bold;
background:url('/v2/images/fcs-bg-button.png'); 
width:21px; 
height:21px;
display:block;
float:left;
text-align:center;
-moz-text-align:center;
margin-right:5px;
padding:5px;
text-shadow:#000000 1px 1px 1px;
}

.pagination a:hover, .pagination a.selected{
color:#FFCC00;
background:url('/v2/images/fcs-bg-button.png');
}