.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;*/
width: 980px; /*width of featured content slider*/
height: 362px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 980px; /*width of content DIVs within slider. Total width should equal slider's inner width */
height: 350px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
position: absolute;
left: 20px;
top: 20px;
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width */
text-align: left;
z-index: 50;
}

.pagination a{
padding: 3px 6px;
text-decoration: none; 
color: #5E212D;
background: #e7e2d9;
font-size:10px;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #5E212D;
}