html, body {
	margin: 0;
	padding: 0;
	}
#rotating-item-wrapper {
	position: relative;
	width: 728px;
	height: 90px;
	cursor: pointer;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}