.contentslide{
padding: 0;
width: 800px;
height: 200px;
}

.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: 800px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
height: 20px;
background: #FFCC00 url(../images/paginationbg_grey.gif) no-repeat bottom;
text-align: left;
text-indent:6px;
}

.pagination a{
padding: 2px 4px 2px 4px;
margin-right: 4px;
text-decoration: none; 
color: #FFCC00;
background-color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 20px;
}

.pagination a:hover, .pagination a.selected{
color: #000000;
background-color: #FFCC00;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}