.contentslide{
	
}

.contentslide .contentdiv{
	display: none;
}

.pagination{
	width: 248px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align:center;
	padding-bottom:5px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 248px; /*IE5 width*/
	width: 248px; /*IE6 width*/
}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.pagination a:hover, .pagination a.selected{
	color: #ffffff;
	background-color: #e1e1e1;
	border: 1px solid #cccccc;
}
