div#layer1 {
	position: absolute;
	left: 0px; 
	width: 50px; 
	height: 50px;
	text-align: center;
	visibility: hidden;
}
div.progress {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	visibility: hidden; 
}
img.spinner {
	width: 50px;
	height: 50px;
}
div#progressCaption {
	position: relative;
	left: -15px;
	color: rgb(255,0,0);
	width: 50px;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}