.carousel3d-frame {
	z-index: 0;
	position: relative;
	width: 100%;
	height: 300px;
}

.carousel3d-frame > .slide {
	display: block;
	position: absolute;
	left: calc(50% - 150px);
	top: 0px;
	width: 300px;
	height: 300px;
	background-color: #0000FF;
	background-repeat: no-repeat;
	background-position: center;
}

.carousel3d-frame > .slide > .shade {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(240,240,255);
}
