.contentslide{
font-family: verdana;
	font-size: 11px;
	color:#6E6D61;
padding: 3px;
width: 225px;
height: 170px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{

display: none;
}

.pagination{
text-align: right;
font-family: verdana;
	font-size: 10px;
	
border-width: 1px 1px; /*Left/ right border width of pagination DIV.*/
padding: 1px 1px 1px 1px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/

width: 195px; /*IE5 width*/
w\idth: 195px; /*IE6 width*/
}

.pagination a{
border: 1px  solid #7f3701;
border-top-width: 1px;
padding: 0 3px;
text-decoration: none; 
color: #7f3701;
background-color: #ffeeaa;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #7f3701;
}