.QOverlay {
	background-color: #FFF;
	z-index: 9999;
}

.QLoader {
/*	background-color: #CCCCCC;*/
	height: 5px;
	background-image:url(../gfx/preload-bar.jpg);	
}

.QLoaderTxt
{
	position: absolute;
	top: 45%;
	text-align: center;
	width: 100%;
}

.QLoaderPerc
{
	position: absolute;
	top: 55%;
	text-align: center;
	width: 100%;
}

.QLoaderImg
{
	position: absolute;
	left: 50%;
	margin-left: -110px;
	width:220px;
	top: 40%;

}

.QLoaderImgHome
{
	width:220px;
	margin-bottom: 10px;
}

.QLoaderBox
{
	position: absolute;
	width: 300px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -150px;
	text-align: center;
}
