
div.mojomagnify_zoom {
	position : absolute;
	width : 160px;
	height : 160px;
	overflow : hidden;
	cursor : crosshair;
	cursor : url("images/invisible_cursor.cur");
}

div.mojomagnify_border {
	position : absolute;

	border : 1px solid black;

	width:156px;
	height:156px;

}

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

#myimage {
	border: none; 
}

#matrixbild {
	border: none; 
}