#animationContainer {
	width: 957px;
	height: 325px;
	overflow: hidden;
	position : relative;
}

#rotator {
	width: 957px;
	height: 325px;
	background: #E7DCC4;
	position: absolute;
	top : 0px;
	left : 0px;
}

#rotator li {
	position: absolute;
	width: 951px;
	height: 319px;
	display: none;
	top: 3px;
	left: 3px;
	zoom: 1;
}

#panels {
	width: 957px;
	height: 325px;
	position : absolute;
}

#panels div {
	width: 318px;
	height: 325px;
	background: #E7DCC4;
	float: left;
	position: absolute;
	top: 325px;
}

#panels div img {
	width: 315px;
	height: 319px;
	margin-top: 3px;
	margin-left: 0px;
}
