.sliderwrapper{
/*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 960px; /*width of featured content slider*/
height: 280px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
/*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: none;
width: 920px; /*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=60);
-moz-opacity: 1;
opacity: 1;
z-index:-100;

}

.pagination{
width:640px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:38px;
padding: 5px 0px 0px 320px;
margin:0px auto;
z-index:999999;
background:#4d4b44;
border:0px solid red;
}

.pagination a{
text-decoration: none;
width:56px; height:36px;
margin:0px 5px 0px 5px;
display:block; float:left;
font-size:9px;
color:#646464;
opacity:1.7;
background:#959595;

}

.pagination a:hover, .pagination a.selected{
color: #FF7E00;
background:#FFFFFF;
opacity:1.0;
}