.contentslide{
vertical-align: top;
width: 230px;
height: 60px;
}

.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;
	font-size: 10pt;
}

.pagination{
width: 230px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
height: 1px;
text-align: right;
background-color: #cccccc;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 230px; /*IE5 width*/
w\idth: 230px; /*IE6 width*/
}

.pagination a{
	text-decoration: none;
	color: #000000;
	background-color: white;
	font-size: 10pt;
}

.pagination a:hover, .pagination a.selected{
	color: #000000;
	background-color: #999999;
}