.contentslide{
	border-bottom-width: 6px;
	padding: 8px;
	width: 475px;
	height: 220px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #86A857;
	border-right-color: #86A857;
	border-bottom-color: #86A857;
	border-left-color: #86A857;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 491px; /*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: #86A857;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	border-top-width: 0;
	border-right-width: 10px;
	border-bottom-width: 0;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #86A857;
	border-right-color: #86A857;
	border-bottom-color: #86A857;
	border-left-color: #86A857;
}

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

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

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