
/* rotator in-page placement */
    div#rotator {
	float:left;
	height:218px;
	margin-left:-41px;
	width:630px;
	margin-top:-15px;
}
/* rotator css */
	div#rotator ul li {	
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:0px;
	margin:0 auto 0 auto;
	}
	
    div#rotator ul li.show {
	z-index:500
}
