@charset "utf-8";
/* CSS Document */

/* rotator in-page placement */
    div#rotator {
	}
/* rotator css */
	div#rotator ul {
	padding:0px;
	margin:0px;
	}
	div#rotator ul li {
	float:left;
	list-style: none;
	position:absolute;
	border:none;
	padding:0px;
	margin:0px;
	}
/* rotator image style */	
	div#rotator ul li img {

	}
    div#rotator ul li.show {
	z-index:90;
	}