div.mojomagnify_zoom 
{
	position: absolute;
	width: 160px;
	height: 160px;
	overflow: hidden;
	cursor: crosshair;	
}

div.mojomagnify_border 
{
	position: absolute;
	border: 2px solid black;
	width: 156px;
	height: 156px;
}

img.mojomagnify_img 
{
	padding: 0px;
	border: 0px;
}
