
div.mojozoom_marker {
	position : absolute;
	cursor : move; 
}

div.mojozoom_border {
	position : absolute;
	left:0px;
	top:0px;

	border : 0px solid #777777;

	width:100%;
	height:100%;

}

div.mojozoom_fill {
	position : absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color : white;
    border : 1px solid #777777;

	opacity : 0.4;
	-moz-opacity : 0.4;
	-khtml-opacity : 0.4;
	filter:alpha(opacity=40);
}


img.mojozoom_img {
	padding : 0px;
	border: 0px;
}

div.mojozoom_imgctr {
	position : absolute;
	margin-left : 20px;
	border : 1px solid #777777;
    background-color : white;
    z-index: 99;
}

div.mojozoom_shadow {
	position : absolute;
	margin-left : 20px;
	border : 0px;
    background-color : black;
	opacity : 0.1;
	-moz-opacity : 0.1;
	-khtml-opacity : 0.1;
	filter:alpha(opacity=10);    
    z-index: 98;
}
