/* rotator in-page placement */
    div.rotator {
	position:relative;
	height:215px;
}

/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
/* rotator image style */	
    div.rotator ul li.show {
	z-index:500
}