.contentslide{
width: 600px;
height: 340px;

}

.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;
}

.contentdiv p {
font-size: 10px;
color: #666;
margin: 0px 0px 0px 15px;

}

.pagination{
width: 600px; /*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;



}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 600px; /*IE5 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;
}