#Zoomer {
	position: relative;
}

#zoomImage {
	width: 300px;
	height: 300px;
	border: 1px solid #bcbc58;
	position: absolute;
	overflow: hidden;
	display: none;
	z-index: 9000;
	left:430px;
	top:185px;

}

#zoomImage img { z-index: 9001; position: absolute; top: 200px; left: 600px; }

#coords {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px;
	font-size: 10px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	background: #bcbc58;
	color: white;
	border-bottom: 1px solid #bcbc58;
	border-left: 1px solid #bcbc58;
	z-index: 100;
}

#reticule {
	border: 1px solid #333;
	position: absolute;
	height: 10px;
	width: 10px;
	display:none;
}
#reticule div {
	opacity: 0.4;
	filter: alpha(opacity=40);
	background: white;
	width: 100%;
	height: 100%;
}
