/* rotator in-page placement */
div#rotator {
	margin: 0 auto;
	padding: 0;
	position:relative;
}

/* rotator css */
div#rotator ul li {
	margin: 0;
	padding: 0;
	float:left;
	position:absolute;
	list-style: none;
}

/* rotator image style */	
div#rotator ul li img {
	border:1px solid #666;
	padding: 4px;
	background: #FFF;
}

div#rotator ul li.show {
	z-index:500;
}
