.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:985px; /*width of featured content slider*/
height:375px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: none;
width: 985px; /*width of featured content slider*/
height: 370px;
-moz-opacity: 1;
opacity: 1;
}
.sliderwrapper .contentdiv 
{
    width:985px;
    height:370px;
    text-align:center;
}
.sliderwrapper .contentdiv img
{
    width:985px;
    height:370px;
}

.pagination
{
    width:985px; /*width of featured content slider*/
    text-align: left;
    background:none;
    position:absolute;
    z-index:100;
    margin:0px auto;
}



.pagination .toc
{
    width:17px;
    height:17px;
    text-decoration:none;
    font-size:28px;
    display:none;
    
}

.pagination .toc:hover, .pagination a.selected
{
    width:17px;
    height:17px;
    display:none;
    text-decoration:none;
    font-size:28px;
}

.pagination .next
 {
    width:18px;
    height:17px; 
    background:none;
    position:absolute;
    z-index:400;
    top:120px;
    right:0px;
    display:none;
 }
 
.pagination .prev
 {
    width:50px;
    height:49px; 
    background:none;
    position:absolute;
    z-index:200;
    top:120px;
    display:none;
    left:0px;
 }

