#loading{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background:url(../images/loading.gif) center center no-repeat #FFFFFF;
	z-index:9999;
	color:#FFFFFF;
	font-size:9px !important;
}

#loading_count{
	width: 200px;
	color: #fff;
	font-size: 3em;
	position: absolute;
	top: 30%;
	left: 50%;
	z-index: 9999;
	color:#FFFFFF;
	font-size:9px !important;
}
#loading_bar{
	width: 0;
	height: 1px;
	margin-top: -0.5px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #FFFFFF;
	z-index: 9999;
	opacity:0;
}




#loadingCover{ 
	position:fixed; 
	top:0; 
	left:0; 
	height:100%; 
	width:100%; 
	background-color:#FFFFFF; 
	z-index:9998;
}
