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