
div.mojozoom_marker {
	position : absolute;
	cursor : crosshair; 
/*	height : 50;*/
/*	width  : 50;*/

}

div.mojozoom_border {
	position : absolute;
	left:0px;
	top:0px;

	border : 1px solid black;

	width:100%;
	height:100%;

}

div.mojozoom_fill {
/*	position : absolute;*/
	position : right;
	left:0px;
	top:0px;
	width:100%;
	height:100%;

	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;
/*	width:150%;*/
/*	height:150%;*/


}

/* this is for how far the popup zoom image is from the side of the view box */
div.mojozoom_imgctr {
	position : absolute;
//	margin-left: -415px;
	margin: 15px 0 0 0;
	border : 1px solid black;
}


