.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;
*/width: 695px; /*width of featured content slider*/
height: 300px;
margin-top:15px;
}

#paginate-slider1 { position:relative; z-index:+100; }

.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: 695px; /*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;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.contentdiv h1{ margin-top:0; padding-top:0;}

.pagination{
width: 665px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
/*background-color: navy;*/
padding: 280px 10px 0 550px;
}

.pagination a{
padding: 2px 4px 2px 4px;
text-decoration: none; 
color: #FFFFFF;
background: #14679E;
font-weight:bold;

font-family:Arial, Helvetica, sans-serif;
font-size:11px;
height:14px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #ff9006;
}


