#progressBar {
    position:absolute;
    top:40%;
    left:40%;
}
#progressIndicator {
	position:absolute;
	top:21px;
	left:25px;
	background-color:#000000;
	height:18px;
}

#progressText {
	position:absolute;
	top:24px;
	left:2px;
	border-style:none;
	width:200px;
	height:18px;
	text-align:center;
	color:#ff0000;
	font-family:arial;
	font-size:9px;
}

#mContainer {
	position:relative;
	height:420px;
}

.mImg {
	visibility:hidden;
	border-style:solid;
	border-width:1px;
}


