.Container
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

.fillParent
{
	position:absolute;
	width:100%;
	height:100%;
}

.LoadingScene
{
	position:absolute;
	top:40%;
	width:99%;
	z-index:20;
}
	

.iniDiv { 
	position:absolute; 
	top:0;
	left:0;
	background-color:white;
	width:100%;
	height:100%;
	display: block;
	z-index:16   
	}

.img0 { 
	position:absolute; 
	top:0;
	left:0;
	width: 100%;
    height: 100%;
	background:no-repeat center center;
	background-size:cover;
	z-index:17    }
	
.audio{
	position:absolute;
	top:10px;
	right:10px;
	width:5%;
	height:10%;
	background:no-repeat center center;
	background-size:contain;
	z-index:20;
}

.img1 { 
	position:absolute; 
	top:0;
	left:0;
	width: 100%;
    height: 100%;
	background:no-repeat center center;
	background-size:cover;
	z-index:18    }
	
#loadingImage{
	position:absolute; 
	background-color:transparent;
	bottom:0%;
	right:0%;
	width:auto;
	height:16.944%;
	display: block;
	-webkit-transform: translate(-33.9%, -31.475%); 
	transform: translate(-33.9%, -31.475%);
	z-index:19}