.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 620px; /*width of featured content slider*/
height: 518px;
margin: 0px;
float: 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: none;
width: 620px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
margin: 0px;
}
.background_bar{
position:absolute;
z-index:95;
top:380px;
left:10px;
width:620px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:59px;
background-color: #3C3C3C;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=70);
opacity: .70;
}
.pagination{
width:620px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:59px;
text-align: left;
padding: 0px;
margin: 0px;
float:left;
visibility:visible;
position:absolute;
z-index:101;
top:381px;
left:10px;
}

.pagination a{
padding: 0px;
text-decoration: none; 
color: #00007D;
background:"";
border:#3C3C3C solid 2px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
border:#DB2787 solid 2px;
}
.slider_image{
float:left;
margin-left:9px;
margin-top:5px;
padding:0px;
}
