.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-width: 0;
border-style: solid;
border-color: #cccccc;
height: 200px;
    width: 534px;
    float: left;
}



.sliderwrapper .contentdiv{
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0;  /*leave as is*/
    top: 0;  /*leave as is*/
    padding: 0px 25px 0 25px;
    width: 500px;
    overflow: auto;
    height: 200px;
    filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    background-position: left center;
    bachground-repeat: no-repeat;
}

.pagination{
    font-size:11px;
    padding: 0 0px 0 21px;
    float: left;
	color:#333333;
    
}
.sliderBackground {
    float:left;
    background-color: #cccccc;
}
.pagination a{
    font-size: 1.2em;
    margin: 0px;
   padding:2px 7px 5px 5px;
    text-decoration: none;
    color: #333333;
    background: white;
}

.pagination a:hover, .pagination a.selected{
    color: #fff;
	background-color:#494949;
   
}