/* rotator in-page placement */
        div.rotator {
	position:relative;
	height: 220px;
	width: 465px;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	left: 0px;
	top: -16px;
}
/* rotator image style */	
	div.rotator ul li img {
	border: none;
	padding: 0px;
}
        div.rotator ul li.show {
	z-index:500;
}
