.contentslide{
	border: 1px solid #ccc;
	border-bottom: 0px;
	padding: 5px;
	width: 195px;
	height: 400px;
}

.contentslide .contentdiv{
	display: none;
}

.pagination{
	width: 200px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	border: 1px solid #ccc;
	border-top: 0px;
	padding: 3px 5px 4px 0;
}

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

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: gray;
	//border: 1px dashed #ccc;
}

.pagination a:hover {
	color: #000;
}

.pagination a.selected {
	color: #000;
	background-color: #FEE496;
	border:1px solid #ccc
}
