.contentslide{
	position: absolute;
	width: 452px;
	margin-right: 17px;
	margin-left: 17px;
	margin-top: 40px;
	top: 0px;
	height: 4px;
}

.contentslide .contentdiv{
	display: none;
}

.pagination{
	width: 380px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the latter's left/right paddings!*/
	text-align: right;
	padding-top: 0;
	padding-right: 0;
	height: 165px;
	position: absolute;
	top: 21px;
	margin-left: 85px;
	left: 5px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 453px; /*IE5 width*/
	w\idth: 489px; /*IE6 width*/
}

.pagination a{
	padding: 1px 2px;
	text-decoration: none; 
	color: gray;
	background-color: white;
	font-weight: bold;
	font-size: 10px;
}

.pagination a:hover, .pagination a.selected{
	color: white;
	background-color: silver;
}

.contentdiv {
	font-size: 10px;
	line-height: 14px;
}

.contentdiv img {
	padding-right: 3px;
}
