div.rotator {
	position: absolute;
	margin-top: 20px;
	margin-left: 620px;
	display: block;
	height:360px;
	display: none;
}
div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
div.rotator ul li img {
	border:1px solid #000;
	padding: 0;
	background: #FFF;
}
div.rotator ul li.show {
	z-index:500
}
