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

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:163px;
	margin: 30px auto;
	margin-left: -38px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border: none;
	padding: 0;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500
}