#rotating-item-wrapper {
	position: relative;
	width: 432px;
	height: 288px;
	left: 0px;
	top: 0px;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: auto;
	width: 432px;
	height: 288px;
}
