$(document).ready(function() {
					
  //if ((screen.width > 1024) && (screen.height > 768)) {
	  var jqwidth = 370;
	  var jqheigth = 275;
	  var jqoffset = 0;
  /*
  } else {
	  var jqwidth = 250;
	  var jqheigth = 350;
	  var jqoffset = 0;
  }
  */

 $(".jqzoom").jqueryzoom({
	  xzoom: jqwidth,
	  yzoom: jqheigth,
	  offset: jqoffset,
	  position: "right",
	  preload: 1,
	  lens: 1,
	  correct: 1
  });

});