/* CSS Document */

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