#product{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}

#product a img{ border: none; margin: 0; padding: 0; background: transparent;}

#outerContainer{
	position: relative;
	/*background: #fff;*/
	color: #24272C;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#container { 
position: absolute;
left: 0;
}
	
#loading{
	position: absolute;
	top: 20%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
}

#loading1{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
}
#loading1 img {background: transparent; border: none}
	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

#overlay1{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}