jQuery(document).ready(function() {
  var options =
	{
		zoomWidth: 250,
		zoomHeight: 250,
		title: false,
		lens: false
	}
	jQuery(".ProductImageZoom").jqzoom(options);    
});
