.contentslide{
width: 945px;
w\idth: 950px; /*IE6 width*/
height: 320px;
}

.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=99.99);
filter:alpha(opacity=99.99);
-moz-opacity:.99;
-khtml-opacity: .99;
opacity: .99;

}

.contentslide .contentdiv{
display: none;

}

.pagination{
width: 935px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 5px 0 4px 0;
font:bold 11px Arial, Helvetica, sans-serif;
}

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

}

.pagination a{
padding: 0 3px;
margin:0;
text-decoration: none; 
color: #2e6ab1;
background-color: none;
font:bold 11px Arial, Helvetica, sans-serif;


}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
font:bold 11px Arial, Helvetica, sans-serif;

}