.contentslide{
width: 600px;
height: 205px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 560px;
height: 164px;
-moz-opacity: 1;
opacity: 1;
margin-left: 2px;
margin-right:2px;
background: #fff;
padding-right: 5px;
padding-left:5px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 560px; 
text-align: right;
height: 29px;
padding-top: 3px;
margin-left: 2px;
margin-right:0;
padding-right: 30;
padding-left:5px;
}

* html .pagination{ 
width: 560px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
background-color: white;
font-size: 11px;
font-family: Tahoma;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #dedede;
font-weight: bold;
}