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

    div#rotator {
	position:relative;
	height:330px;
	margin-top:15px;
	z-index:1;
	
	}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	left:0;
	top:-16px;
}
/* rotator image style */	
	div#rotator ul li img {
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500;

}
