.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 3px solid #040b13;
z-index: 1;
width: 697px; /*width of featured content slider*/
height: 284px;
float: left;
top: 18px;
background: #040b13;
color: #040b13;
}



.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: #040b13;
width: 697px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 284px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 175px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding: 0;
position: absolute;
bottom: 12px;
left: 5px;
_left:0;
z-index: 1000;
}

.pagination a{
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 30px;
font-family:Arial, Helvetica, sans-serif;
text-decoration: none; 
color: #3e5870;
background: #1c334a;
display: block;
float: left;
margin: 0 5px;
border: 2px solid #3e5870;
}

.pagination a:hover {
color: #1c334a;
background-color: #3e5870;
}

.pagination a.selected {
color: #ffffff;
border: 2px solid #ffffff;
background: #1c334a;
}