@charset "utf-8";
/* CSS Document */


/* rotator in-page placement */
    div#rotator {
	position:relative;
	width: 575px;
	height:138px;
	margin: 0px 0px 0px 10px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #666;
	padding: 4px;
	background: #999;
}
    div#rotator ul li.show {
	z-index:500;
}

