.contentslide {
border: 1px solid #cccccc;
padding: 0px;
width: 538px;
height: 290px;
}
.contentslide a img {
  width: 538px;
  height: 290px;
  border: 0px solid #ffffff;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
background-color:#ffffff;
}

.contentslide .contentdiv{
display: none;
}

.pagination {
width: 540px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
background-color: #ffffff;
padding: 3px 0px 5px 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 270px; /*IE5 width*/
w\idth: 272px; /*IE6 width*/
}

.pagination a{
padding: 2px 5px;
text-decoration: none; 
color: #8d8c8c;
background-color: #f7f7f7;
}

.pagination a:hover, .pagination a.selected{
font-weight: bold;
background-color: #e8e8e8;
}