.zoom {position:relative; cursor:move; text-align:center; background-position:center center; background-repeat:no-repeat;}
.zoom_loading{background-image:url(loading.gif);}
/* magnifying glass icon */
.zoom:after {
	content:'';
	display:block;
	width:33px;
	height:33px;
	position:absolute;
	top:0;
	right:0;
	background:url(icon.png);
}
.zoom img {
	display: block;
}
