.contentslide{
	border: 0px solid #999;
	border-bottom-width: 0px;
	padding: 2px;
	width: 147px;
	height: 99px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 99%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 146px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: center;
	background-color: #FFFFFF;
	border: 2px solid white;
	border-width: 0px; /*Left/ right border width of pagination DIV.*/
	padding: 4px 0 4px 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 146px; /*IE5 width*/
w\idth: 157px; /*IE6 width*/
}

.pagination a{
font: 12px Arial, Helvetica, sans-serif;
	padding: 0px 2px;
	text-decoration: none;
	color: #285C9B;
	background-color: white;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FFFF99;
	border: 1px solid black;
}

