/* rotator in-page placement */
    div#rotator {
	height:351px;
	margin: 0;
	width: 960px;
}
/* rotator css */
	div#rotator ul li{
	float:left;
	list-style: none;
	line-height: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
/* rotator image style */	
	div#rotator ul li img {
/*	border:1px solid #ccc;
	padding: 4px;*/
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:100;
}