/* rotator in-page placement */
    div#rotator {
	position: static;
	height:296px;
	margin-left: -40px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
	/* rotator image style */	
	div#rotator ul li img {
	border:2px solid #000;
}
    div#rotator ul li.show {
	z-index:296}
