.contentslide{
	background-color: #ffffff;
}

.contentslide .contentdiv{
	display: none;
}

.pagination{
	text-align: right;

}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 400px; /*IE5 width*/
	width: 416px; /*IE6 width*/
}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #ffffff;
	background-color: #000000;
}

.pagination a:hover, .pagination a.selected{
	padding: 0 5px;
	text-decoration: none; 
	color: #ffffff;
	background-color: #ce1904;
}
