div.mojozoom_marker {
	position: absolute;
	cursor: crosshair;
}

div.mojozoom_border {
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid silver;
	width: 98%;
	height: 98%;
}

div.mojozoom_fill {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 98%;
	height: 98%;
	background-color: white;
	opacity: 0.2;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	filter: alpha(opacity = 20);
}

img.mojozoom_img {
	padding: 0px;
	border: 0px;
}

div.mojozoom_imgctr {
	position: absolute;
	margin-left: 20px;
	border: 1px solid black;
}

div.mojozoomed_img{
	position: absolute;
	width: 462px;
	height: 440px;
	float: right;
	top: -15px !important;
	left: 246px !important;
	z-index:9999;
}