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