.contentslide{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
width: 170px;
height: 280px;
}

.contentslide .contentdiv{
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.pagination{
	width: 170px; /*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: 0;
	border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
	padding: 0 0 0px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 170px; /*IE5 width*/
w\idth: 170px; /*IE6 width*/
}

.pagination a{
	padding: 0 3px;
	text-decoration: none;
	background-color: #1b4b59;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #FFFFFF;
}

.pagination a:hover, .pagination a.selected{
color: #1b4b59;
background-color: #FFFFFF;
}
