/* Rotator */

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