﻿#overray {
	text-align: center;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	top: 0;  
	left: 0;  
	z-index: 10000;
	display: none;
	color: #fff;
}

#loading {
	position: absolute;
	z-index: 10001;
	top: 50%;
	left: 50%;
	margin: -0.5em 0 0 -0.5em;
}

#imagebox {
	margin: auto;
	background-color: #fff;
	padding: 10px;
	border-radius: 14px;
	display: none;
}

#imagebox img {
	border-radius: 10px;
}