@charset "utf-8";

div.mojomagnify_zoom {
	position : absolute;
	width : 180px;
	height : 180px;
	overflow : hidden;
	cursor : crosshair;
}



div.mojomagnify_border {
	position : absolute;
	border : 2px solid #660066;
	width:176px;
	height:176px;

}


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


