@charset "utf-8";
/* CSS Document */
div.rotator {
	position:relative;
	float:left;
	margin-top:-25px;
	margin-left:-60px;
	height:345px;
	display: none;
}
div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
div.rotator ul li img {
	padding: 4px;
}
div.rotator ul li.show {
	z-index:500
}