.sliderwrapper {
     border: 0 none;
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 870px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
/*background: white;*/
/*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=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
/*   background: none repeat scroll 0 0 white;
    float: right;*/
 height: 25px;
    margin-top: -28px;
    overflow: visible;
    padding-top: 4px;
    position: relative;
    text-align: right;
    width: 865px;
    z-index: 999;
}
.pagercont{


}

.pagination a{
    background: none repeat scroll 0 0 white;
    color: #D4D4D4;

    font-family: arial;
    font-size: 15px;
    font-weight: bold;

    margin-right: -4px;
    padding: 3px 10px 1px 7px;
    text-decoration: none;
    width: 100px;
}

.pagination a:hover, .pagination a.selected{
color: #00abbc;
}
.next{
display:none;
}
.prev{
display:none;
}