body { -webkit-touch-callout: none !important; }
a { -webkit-user-select: none !important; }
body::-webkit-scrollbar {
   	width: 0px;
    height: 0px;
	background-color: #000;
}
body::-webkit-scrollbar-thumb {
	background-color: #fff;
}

#audio {
    width: 20%;
    bottom: 20px;
    position: absolute;
	margin-left: 41%;
	z-index: 500;
}

.mySlides {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#divFullscreen{
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 1000;
	display: show;
	cursor: pointer;
}
#divInfo{
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 900;
	display: show;
}
#next {
    bottom: 0px;
    right: 20px;
    position: absolute;
	z-index: 300;
}
#prew {
    bottom: 0px;
    left: 20px;
    position: absolute;
	z-index: 300;
}
#nextR {
    top: 0px;
    left: 60%;
    width: 40%;
    height: 99%;
    position: absolute;
	z-index: 290;
	background-color: transparent;
}
#prewL {
    top: 0px;
    left: 0px;
    width: 40%;
    height: 99%;
    position: absolute;
	z-index: 290;
	background-color: transparent;
}

@media only screen and (max-width : 1024px){
	#divFullscreen{
		display: none;
	}
	#divInfo{
		display: none;
	}
}
@media only screen and (max-width : 640px){
	#divFullscreen{
		display: none;
	}
	#hochFormat {
    	width: 100%;
    	height: auto;
	}
	.centerHoch {
    	width: 100%;
    	height: auto;
	}
}

