.contentslide{
border:;
	border-bottom-width: 10px;
	padding: 0px;
	width: 500px;
	height: 304px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.contentslide .contentdiv{
	display: none;
	margin-bottom: -2px;
}

.pagination{
	width: 500px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: left;





background-color:;
border:; /*Left/ right border width of pagination DIV.*/
	padding: 0 0 0 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 540px; /*IE5 width*/
w\idth: 540px; /*IE6 width*/
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #FF0000;
	background-color: white;
	font-size: 11px;
	font-weight: bold;
}

.pagination a:hover, .pagination a.selected{
color: #999999;
background-color: #FF0000;
}

