.contentslide{
	/*border: 1px solid navy; border-bottom-width: 1px;*/
	padding: 0px;
	width: 150px;
	height: 147px;
}

.contentslide .contentdiv{
	display: none;
}

.pagination{
	width: 150px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: 	;
	/*background-color: navy;*/
	padding: 0 1px 1px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 150px; /*IE5 width*/
	w\idth: 160px; /*IE6 width*/
}

.pagination a{
	padding: 1px 3px;
	text-decoration: none; 
	color: #0053B1;
	background-color: white;
	font-family: arial;
	font-size: 10px;
	
}

.pagination a:hover, .pagination a.selected{
	color: #ffffff;
	background-color: #FF7700;
}