#rotator, #rotator ul, #rotator li, #rotator img {
	margin: 0;
	padding: 0;
}
div#rotator {
	position:relative;
	height:375px;
	max-height: 375px;
	min-height: 375px;
	overflow: hidden;
	background: #fff none;
}
div#rotator ul li {
	float:centre;
	position:absolute;
	list-style: none;
}
div#rotator ul li img {
	background: #FFF;
	border: 0;
}
div#rotator ul li.show {
	z-index:500;
}