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