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