
div.mojozoom_marker {
	position: absolute;
	cursor: crosshair; 
}

div.mojozoom_border {
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px dotted #5160a4;
	width: 100%;
	height: 70%;
}

div.mojozoom_fill {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 70%;
	background-color: white;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
}

img.mojozoom_img {
	margin: 0px;
	padding: 0px 1px 1px 0px;
	border-top: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
}

div.mojozoom_imgctr {
	position: absolute;
	margin-left: -629px;
	margin-top: -304px;
	border-top: 0px;
	border-right: 1px dotted #5160a4;
	border-bottom: 1px dotted #5160a4;
	border-left: 1px dotted #5160a4;
}

