.contentslide{
	border: 0px solid #739C3C;
	border-bottom-width: 0px;
	padding: 0px;
	width: 550px;
	height: 225px;
	margin: 0;
	float: left;
}

.contentslide .contentdiv {
	display: none;
}

.contentslide .contentdiv img {
	border: none;
}

.contentslide .contentdiv a {
	margin: 0;
	padding: 0;
}

.pagination {
	width: 155px; /*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: #739C3C;*/
	/*border: 3px solid #739C3C;*/
	/*border-width: 0 5px; /*Left/ right border width of pagination DIV.*/
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	float: right;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 550px; /*IE5 width*/
	w\idth: 550px; /*IE6 width*/
}

.pagination a {
	padding: 0 5px;
	text-decoration: none; 
	color: #333;
	background-color: #FFF;
	text-align: right;
	margin: 0 1px;
}

.pagination a:hover, .pagination a.selected{
	color: #FFF;
	background-color: #000;
}