.contentslide {

}

.contentslide .contentdiv{
	display: none;
}

.pagination{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 354px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	margin-right: 6px;
	margin-bottom: 6px;
	z-index: 101;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 338px; /*IE5 width*/
	*width: 354px; /*IE6 width*/
	z-index: 101;
}

.pagination a {
	padding: 2px 3px;
	color: #000;
	font: normal 10px verdana;
	line-height: 12px;
	font-stretch: normal;
	letter-spacing: 0.2px;
	text-decoration: none;
	z-index: 103;
/*	background-color: #BDC592; */
/*
	font-size: 77%;
	padding: 0 5px;
	text-decoration: none; 
	color: #333333;
	background-color: #FBF9F4;
*/
}

.pagination a:hover, .pagination a.selected{
	padding: 2px 3px;
	color: #FBF9F4;
	font: normal 10px verdana;
	line-height: 12px;
	font-stretch: normal;
	letter-spacing: 0.2px;
	text-decoration: none;
	z-index: 103;
/*	background-color: #A7BBA2; */
/*
	font-size: 77%;
	padding: 0 5px;
	color: #1E6994;
	background-color: #BDC592;
*/
}

#rotator-image-overlay-wrap {
	position: absolute;
	bottom: 0px;
	left: 27px;
	width: 309px;
	height: 28px;
	border-top: 1px solid #FFF;
	background-color: #000;
	padding: 0px 14px;
	z-index: 101;
}

#rotator-image-overlay-link {
	position: absolute;
	bottom: 0px;
	left: 43px;
	z-index: 102;
}

#rotator-image-overlay-link a {
	padding: 0px 0px;
	color: #FFF;
	font: normal 10px verdana;
	line-height: 28px;
	font-stretch: normal;
	letter-spacing: 0.2px;
	text-decoration: none;
	z-index: 103;
}

#rotator-image-overlay-link a:hover {
	padding: 0px 0px;
	color: #000;
	font: normal 10px verdana;
	line-height: 28px;
	font-stretch: normal;
	letter-spacing: 0.2px;
	text-decoration: none;
	z-index: 103;
}
