
div.mojomagnify_zoom {
	position : absolute;
	width : 150px;
	height : 150px;
	overflow : hidden;
	cursor : crosshair;
}



div.mojomagnify_border {
	top:0px;
	left:0px;
	position : absolute;

	border : 1px solid white;

	width:148px;
	height:148px;

}


img.mojomagnify_img {
	padding : 0px;
	border : 0px;
}

div.mojomagnify_zoom a {
	cursor : crosshair;
}