body{
	background:#fff;
	margin: 0;
	padding: 0;
}	
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;
}

#slider {
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
	/*background-color: rgba(255, 255, 255, 0.8);*/
	z-index: 200;
}

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

#divFullscreen{
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 110000;
	display: show;
	cursor: pointer;
}
#divInfo{
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 100100;
	display: show;
}
#nextR {
    top: 0px;
    right: 0px;
    width: 1px;
    height: 1px;
    position: absolute;
	z-index: 1004;
	background-color: transparent;
}
#prewL {
    top: 0px;
    left: 0px;
    width: 1px;
    height: 1px;
    position: absolute;
	z-index: 1005;
	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;
	}
}

