div#rotator {
	position: relative;
	height: 470px;
}

div#rotator ul li {
	float: left;
	position: absolute;
	list-style: none;
	padding: 0;
	margin-left: -40px;
}

div#rotator ul li img {
	padding: 0;
}

div#rotator ul li.show {
	z-index: 10;
}