@charset "UTF-8";
/* CSS Document */

/* rotator in-page placement */
    div.rotator {
	position:absolute;
	margin-top: 106px;
	margin-left: 155px;
	margin-bottom: 30px;
	padding: 0px;
	z-index: 3;
	width: 550px;
	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;
}
    div.rotator ul li.show {
	z-index:500;
}