div.mojozoom_marker {
	position:absolute;
	/*background:url(../img/bts/zoom.gif) center center no-repeat;*/
	cursor:none;
}
.ie div.mojozoom_marker {
	background:none;
	cursor:crosshair;
}
div.mojozoom_border {
	position:absolute;
	left:0px;
	top:0px;
	border:1px solid #ededed;
	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);
}
#zoom {
	background:url(../img/loading.gif) center center no-repeat;
}
img.mojozoom_img {
	padding:0px;
	border:0px;
}
div.mojozoom_imgctr {
	position:absolute;
	margin-left:10px;
    z-index:1;
}
