#rotator {
	position: relative;
	height: 466px;
}

#rotator ul li {
	position: absolute;
	list-style: none;
}

#rotator ul li img {
}

#rotator ul li.show {
	z-index:1;
}

#rotator ul {
	margin-left: 0em;
}