/* CSS Document */

div.mojomagnify_zoom {
	position : absolute;
	width : 400px;
	height : 300px;
	overflow : hidden;
	cursor : none;
	-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:300px;
	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 {
	cursor : none;
}