#zoom, #bigfoto_zoom			{position: absolute; top: 0; left: 0px; width: 380px; height: 380px; z-index: 10; /*border: 3px solid #999;*/ }
#zoom .mojozoom_imgctr 		{}
#bigfotocont {border: 3px solid #ddd;}

div.mojozoom_marker {
	position : absolute;
	cursor : crosshair; 
}

div.mojozoom_border {
	position : absolute;
	left:0px;
	top:0px;

	border : 3px solid #999;

	width:100%;
	height:100%;

}

div.mojozoom_fill {
	position : absolute;
	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);
	padding: 2px;
}

img.mojozoom_img {
	padding : 0px;
	border: 0px;
}

div.mojozoom_imgctr {
	position : absolute;
	margin-left : 10px;
	border : 3px solid #999;
	background: #fff;
	width: 300px; height: 300px;
}
div.mojozoom_shadow {
	position : absolute;
	margin-left : 20px;
	background: #fff url("../images/shadow.gif") bottom right no-repeat; 
}
