@charset "UTF-8";

#slideshow {
	top: 30px;
}

#backBtn {
	position: fixed;
	bottom: 106px;
	left: 50%;
	margin-left: -31.5px;
	z-index : 100;
	width: 63px;
	height: 13px:
}
#nextBtn {
	position: fixed;
	bottom: 72px;
	left: 50%;
	margin-left: -49px;
	z-index : 100;
	width: 98px;
	height: 31.5px
}

.depthObj{
	pointer-events: none;
}
#restart{
	pointer-events: auto !important;
}
