.contentslide{
border: 10px solid #ffffff;
border-bottom-width: 0px;
padding-bottom: 0px;
width: 855px;
height: 329px;
}

.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: 850px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
vertical-align:middle;
background-color: #ffffff;
border: 0px solid #333333;
border-width: 0px; /*Left/ right border width of pagination DIV.*/
padding-right:25px;
padding-top:5px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 855px; /*IE5 width*/
width: 840px; /*IE6 width*/
}

.pagination a{
padding: 1px 5px;
text-decoration: none; 
color: #666666;
background-color: #eeeeee;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #cccccc;
}