.contentslide{
width: 708px;
height: 240px;
POSITION:RELATIVE;
LEFT:-10PX;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 708;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.contentslide .contentdiv{
display: none;
height:290px;
}

.pagination{
width: 150px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
background-color: WHITE;
BORDER:1px solid gray;
POSITION:absolute;
top:225px;
padding: 1 1 1px 1;
height:23px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 150px; /*IE5 width*/
w\idth: 156px; /*IE6 width*/
padding:1px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
color: #78661d;
font-size:10px;

}

.pagination a:hover, .pagination a.selected{
color: #78661d;
font-size:10px;
background-color: #c0c0c0;
}