@charset "UTF-8";
/* CSS Document */
        div.rotator {
	position:relative;
	height:180px;
	width:240px;
}
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
	div.rotator ul li img {
	border: none;
}
        div.rotator ul li.show {
	z-index:500;
}

