
div.mojomagnify_zoom {
	position : absolute;
	width : 100px;
	height : 100px;
	overflow : hidden;
	cursor : crosshair;
}



div.mojomagnify_border {
	position : absolute;

	border : 1px solid black;	/* was 2px solid black, width/height :156 */

	width:98px;
	height:98px;

}


img.mojomagnify_img {
	padding : 0px;
	border : 0px;
}

div.mojomagnify_zoom a {
	cursor : crosshair;
}
