@charset "utf-8";
.body-text { font-family: Verdana, Geneva, sans-serif; color: #FFF; font-size: 12px; }
.fineprint { font-family: Verdana, Geneva, sans-serif; font-size: 9px; color: #999; }

/* rotator in-page placement */
    div.rotator {
	position:relative;
	height: 340px;
	margin-left: -40px;
	margin-top: -17px;
	display: none;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	border:0px solid #ccc;
	padding: 0px;
	background: #FFF;
}
    div.rotator ul li.show {
	z-index:500
}