/* rotator in-page placement */
    div#rotator {
	position:absolute;
	height:345px;
	margin-left: 0px;
	width: 961px;
	top: 219px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	top: -37px;
	left: 0px;
}
/* rotator image style */	
	div#rotator ul li img {
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:1
}
