.contentslide {
	color: #FFF;
	font-family: Trebuchet, Tahoma, sans-serif;
	font-size: 10px;
	height: 112px;
	line-height: 16px;
	padding: 52px 32px 0px 32px;
	text-align: left;
	width: 163px;	
}

.contentslide a {
	color: #C6C7DB;
}

.contentslide p {
	margin: 0px;
}

.contentslide .contentdiv {
	display: none;
}

.pagination {
	text-align: center;
	width: 163px;
}

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

.pagination a {
	background-color: #C6C7DB;
	border: 1px solid #FFF;
	color: #C6C7DB;
	font-size: 9px;
	padding: 0px 3px 1px 3px;
	text-decoration: none;
}

.pagination a.next {
	background-color: transparent;
	color: #FFF;
}

.pagination a.next:hover {
	background-color: #C00;
	color: #FFF;
}

.pagination a:hover {
	background-color: #C00;
	color: #FFF;
	font-size: 9px;
	padding: 0px 3px 1px 3px;
}

.pagination a.selected {
	background-color: #FFF;
	border: none;
	color: #FFF;
}