@charset "UTF-8";
/* rotator in-page placement */
    div.rotator {
	position:absolute;
	margin: 0px auto;
	padding:0px;
	width:1000px;
	height:409px;
	z-index:0;
	display: inline; 
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position: absolute;
	list-style: none;
	left: 0;
	top: 0;
	height: 409px;
	overflow: hidden;
	z-index: 0;
}
/* rotator image style */	
	div.rotator ul li img {
	margin: 0px auto;
	width: 1000px;
	height: 409px;
	border:0px;
	padding: 0px;
	background: #FFF;
}
    div.rotator ul li.show {
	margin-top: 0 auto;
	z-index:0;
