div.mojozoom_marker {
	position : absolute;
	cursor : crosshair; 
	border : 1px solid #000;
}
div.mojozoom_border {
	position : absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
div.mojozoom_fill {
	position : absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color : #000;
	opacity : 0.2;
	-moz-opacity : 0.2;
	-khtml-opacity : 0.2;
	filter:alpha(opacity=20);
}
img.mojozoom_img {
	padding : 0px;
	border: 0px;
}
div.mojozoom_imgctr {
	position : absolute;
	margin-left : 20px;
	border : 1px solid black;
}
.zoomDiv{
	position:absolute;
	width:544px;
	height:517px;
	z-index: 11;
	float:left;
	margin-left: 375px;
	margin-top: 15px;
}
#innerDiv{
	background: url(../img/bg_zoom_image.png) left top no-repeat;	
	width: 571px;
	height: 544px;
	position: absolute;
	z-index: 10;
	display: none;
	margin-left: 360px;
}

