.contentslide{
border-bottom: 1px solid #666;
padding: 4px 9px 0 9px;
width: 770px;
}

.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;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 786px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
border-top: 1px solid #666;
border-bottom: 1px solid #666;
padding: 0 0 3px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 786px; /*IE5 width*/
w\idth: 786px; /*IE6 width*/
}

.pagination a{
font: bold 10px verdana;
text-decoration: none; 
color: #666;
background-color: #fff;
}

.pagination a:hover, .pagination a.selected{
font: bold 10px verdana;
text-decoration: none; 
color: #f60;
background-color: #fff;
}