.contentslide{
	width: 590px;
	height: 230px;
	text-align: center;
}
.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 530px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	background-color: black;
	padding: 0 0 0 0;
	font-size: 10px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 530px; /*IE5 width*/
	w\idth: 530px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #ce8300;
	background-color: #080808;
	border: 1px solid #000000;
}

.pagination a:hover, .pagination a.selected{
	padding: 0 5px;
	color: #cfcfcf;
	background-color: #121111;
	border: 1px solid #343333;
}
