
div.mojozoom_marker {
	position : absolute;
	cursor : move; 
}

div.mojozoom_border {
	position : absolute;
	left:0px;
	top:0px;

	border : 0px solid #CCCCCC;

	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 #CCCCCC;
    background-color : white;
    z-index: 99;
	box-shadow: rgba(0,0,0,0.3) 0 4px 13px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 4px 13px; 
	-moz-box-shadow: rgba(0,0,0,0.3) 0 4px 13px;
	filter:  progid:DXImageTransform.Microsoft.Shadow(color='#BBBBBB', Direction=135, Strength=9)
			 progid:DXImageTransform.Microsoft.Shadow(color='#EEEEEE', Direction=215, Strength=3)
			 progid:DXImageTransform.Microsoft.Shadow(color='#EEEEEE', Direction=0, Strength=3)
			 progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f4f4f4'); /* IE6 & IE7 */
}

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;
}

