.contentslide{
padding: 15px 5px 0px 5px;
background-color: #ffffff;
width: 763px;
height: 366px;
}

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

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 763px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;
padding: 10px 0 5px 0;
font-weight: bold;
font-size: 11px;
font-family: Arial;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 763px; /*IE5 width*/
width: 763px; /*IE6 width*/
font-weight: bold;
}

.pagination a,  .pagination a:visited, .pagination a:link{
padding: 2px 14px 2px 14px;
text-decoration: none; 
color: #f6c653;
background-color: white;
font-weight: bold;
font-size: 11px;
font-family: Arial;
border: 0px solid #999;
}
.pagination a.selected,.pagination a.selected:hover, .pagination a:hover {
color: #fff;
background-color: #f6c653;
font-weight: bold;
font-size: 11px;
font-family: Arial;
border: 0px solid #999;
}