.contentslide{
border: 5px solid #d2d2d2;
border-bottom-width: 6px;
padding: 5px;
background-color: #d2d2d2;
width: 500px;
height: 202px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 500px;
height: 202px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 520px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
height: 20px;
text-align: center;
background-color: #d2d2d2;
//border: 11px solid #d2d2d2;
//border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
//padding: 0 0 2px 0;
font-weight: bold;
font-size: 11px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 520px; /*IE5 width*/
w\idth: 520px; /*IE6 width*/
font-weight: bold;
}

.pagination a{
padding: 2px 14px 2px 14px;
text-decoration: none; 
color: #cc1a21;
background-color: white;
font-weight: bold;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #a91a20;
font-weight: bold;
}