.contentslide{

}

.contentslide .contentdiv{
	display: none;
}

.pagination2{
	width: 430px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	padding: 5px 10px 4px 0;
	margin-top: -30px;
}

* html .pagination2{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 400px; /*IE5 width*/
	width: 416px; /*IE6 width*/
}

.pagination2 a{
	padding: 0 5px;
	text-decoration: none; 
	color: #ffffff;
	background-color: #8e7987;
	border: 1px solid #c99ab9;
}

.pagination2 a:hover, .pagination a.selected{
	color: #ffffff;
	background-color: #c99ab9;
	border: 1px solid #cccccc;
}