.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 860px; /*width of featured content slider*/
height: 285px;
}

.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: black;
height: 100%;
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 860px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 35px;
line-height: 2em;
text-align: center;
/* background: rbga(0,0,0,1.0); */
position: absolute;
margin-top: -35px; 
z-index: 100000;
}

.pagination a{
padding: 0 7px;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color: #fff;
background: #fff;
box-shadow: 0px 2px 2px rgba(0,0,0,0.8);
}

.pagination a:hover, .pagination a.selected{
color: #f68121;
background-color: #f68121;
}