.contentslide{
	border: none;
	padding: 0px;
	width: 157px;
	height: 200px;
	overflow:hidden;
}

.contentslide .contentdiv{
	display: none;
}

.pagination{
	width: 157px; /*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: #C0C0C0;
	border-top: 5px solid #FFFFFF;
	padding:0;
	margin:0;
}

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

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #2e6ab1;
	background-color: white;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	font-weight:bold;
	background-color: #F0F0F0;
}