#rotating-item-wrapper {
	position: relative;
	width: 300px;
	height: 195px;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#rotating-item-wrapper1 {
	position: relative;
	width: 300px;
	height: 180px;
}
.rotating-item1 {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}