
div.mojozoom_marker {
	position : absolute;
	xxcursor : crosshair; 
}

div.mojozoom_border {
	position : absolute;
	left:0px;
	top:0px;

	border : 0px solid black;

	width:100%;
	height:100%;

}

div.mojozoom_fill {
	position : absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;

	xxbackground-color : white;
	background: url(/img/swatch_zoom.gif);
	xxopacity : 0.2;
	xx-moz-opacity : 0.2;
	xx-khtml-opacity : 0.2;
	xxfilter:alpha(opacity=20);




}


img.mojozoom_img {
	padding : 0px;
	border: 0px;
}

div.mojozoom_imgctr {
	position : absolute;
	margin-left : 20px;
	border : 1px solid black;
}

