/* CSS Document */
/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:0px;
	margin-right: 0px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	left: -5px;
	top: -9px;
}
/* rotator image style */	
	div#rotator ul li img {
	border:0px solid #ccc;
	padding: 4px;
	/*background: #FFF;*/
}
    div#rotator ul li.show {
	z-index:500
}

