img.drag.ui-draggable-dragging{
	z-index: 21;
}
.show {
	display: block !important;
}


.none-before:before{
	content: none !important;
}


.touch_drag.hold{
	display: block;
}
.touch_drag.hold .touch_point_drag{
	display: none;
}
.touch_drag.hold .drag{
	pointer-events: none;
}

.navi{
	position: absolute;
	top: 735px;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.navi >span{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50rem;
	background-color: #7e6238;
	border: 5px solid #fcc470;
	margin: 0 13px;
	cursor: pointer;
}
.navi >span.active{
	background-color: #ff4800;
	border-color: #fff;
	width: 30px;
	height: 30px;
	pointer-events: none;
}