$(document).ready(function(){
$(".jqzoom").jqueryzoom({
xzoom: 275,
yzoom: 275,
offset: 40,
position: "right",
preload:1,
lens:1
});
});
