
div.mojomagnify_zoom {
	position : absolute;
	width : 400px;
	height : 400px;
	overflow : hidden;
	background-color: #000000;

	-ms-box-sizing : border-box;
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
}



div.mojomagnify_border {
	position : absolute;

	border : 2px solid black;

	width:400px;
	height:400px;

	left : 0; top : 0;

	-ms-box-sizing : border-box;
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
}


img.mojomagnify_img {
	padding : 0px;
	border : 0px;
}

div.mojomagnify_zoom a {
}

.m_zoom {
}