@charset "utf-8";
/* CSS Document */
/* rotator in-page placement */
    div#rotator {
	height:196px;
	float:left;
	width:946px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	background: #FFF;
	margin-left:-40px;
}
    div#rotator ul li.show {
	z-index:500
}


