div.mojomagnify_zoom {
	position:absolute;
	width:240px;
	height:240px;
	overflow:hidden;
	cursor:crosshair;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

* html div.mojomagnify_zoom {
	width:250px;
	height:250px;
}

*:first-child+html div.mojomagnify_zoom {
	width:250px;
	height:250px;
}

div.mojomagnify_border {
	position:absolute;
	border:5px solid #eee;
	width:240px;
	height:240px;
	left:0;
	top:0;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

* html div.mojomagnify_border {
	width:240px;
	height:240px;
}

*:first-child+html div.mojomagnify_border {
	width:240px;
	height:240px;
}

img.mojomagnify_img {
	padding:0;
	border:0;
}

div.mojomagnify_zoom a {
	cursor:crosshair;
}
