div#rotator {
	position:relative;
	height:290px;
	margin: 0px;
}
/* rotator css */
div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style   border:1px solid #ccc;padding: 4px;*/	
div#rotator ul li img {
	  
	border:none;
	background: #FFF;
}
div#rotator ul li.show {
	z-index:500
}