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