#rotating-item-wrapper {
	position: relative;
	width: 500px;
	height: 350px;


}

#rotating-item-wrapper2 {
	position: relative;
	width: 400px;
	height: 400px;


}

.rotating-item {
	display: none;
	position: absolute;
	top: 1px;
	left: 4px;
}
