.CL_quickgallery-overlay{
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	z-index: 50;
}
.CL_quickgallery-imagecontainer{
	z-index: 51;
	position: absolute;
	width: 100%;
	height: 100%;
}
.CL_quickgallery-loading{
	width: 50px;
	height: 50px;
	background:url(../site_pic/spinner.gif) no-repeat center center;
	background-color: #FFF;
	position: relative;
	margin: 0 auto;
	text-align: center;
	top: 50%;
	margin-top:-25px;
}
.CL_quickgallery-real{
	width: auto;
	height: auto;
	padding: 10px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	top: 50%;
}

