$jq(document).ready(function() {

	var options = {
	    zoomWidth: 300,
	    zoomHeight: 300,
            xOffset: 10,
            yOffset: 0,
            position: "right",
            title:false
	};

	$jq('.product-image-zoom').jqzoom(options);


});