#fullscreenbox{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(10,10,10,0.8);
	top:0;
	bottom:0;
	z-index:20;
	display:none;
	cursor:pointer;
}
#fullscreenwrapper{
	border:#333 10px solid;
	width:500px;
	min-height:200px;
	margin:auto;
	margin-top:10%;
	background-color:#BBB;
	text-align:center;
}
#fullscreenloader{
	margin-top:84px;
	left:-16px;
}
#fullscreenimg{
	display:none;
}
#fullscreenerror{
	display:none;
}