#preLoadAni {
	background-image: url("../images/loading_ani.gif");
	width: 0px;
	height: 0px;
}
#preLoadInstructions {
	background-image: url("../images/instructions.gif");
	width: 0px;
	height: 0px;	
}
#loadingText {
	position: absolute;
	height: 100px;
	width: 150px;
	line-height: 100px;
	z-index: 500;
	text-align: center;
	display: block;
	background: url("../images/loading_ani.gif") 59px 10px no-repeat;	
}
#zoomImageWrapper {
	position: absolute;
	z-index: 10000;
	display: block;	
	height: 1px;
	width: 1px;
}
#zoomBox {
	position: absolute;
	border: 1px solid #000000;	
	overflow: hidden;	
	cursor: pointer;
	background-color: #ffffff;
}
.magnifyOn {
	cursor: url("../images/mag.cur"), default;
	overflow: hidden;
}
.magnifyOff {
	cursor: default;
	overflow: visible;
}
#zoomInstructions {
	position: absolute;
	font-size: 12px;
  background-color: #ffffff;
	height: 30px;
	border: 1px solid #000000;
	border-bottom: 0;
	overflow: hidden;
}