/* rotator in-page placement */
    #rotator {
	position:relative;
	height:200px;
	margin-left: 0px;
}
/* rotator css */
	#rotator  li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	#rotator  li img {
	border:0px solid #ccc;
	padding: 0px;
	background: #FFF;
	height: 200px;
	width: 690px;
}
    #rotator  li.show {
	z-index:500
}

