.contentslide{
border: 1px solid #000000;
border-bottom-width: 3px;
padding: 0px;
width: 653px;
height: 325px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 653px; /*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: #000000;
border: 1px solid #000000;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 2 2px 0;
}

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

.pagination a{
	border: 2px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 5px;
	text-decoration: none;
	color: #000000;
	background-color: #000000;
	font-size: 12px;
	font-weight: normal;
}

.pagination a:hover, .pagination a.selected{
color: #000000;
background-color: #000000;
}