$(document).ready(function() {
	
	$('.jqzoom').jqzoom({
            zoomType: 'standard',
            lens:true,
            preloadImages: true,
            alwaysOn:false,
            zoomWidth: 320,
            zoomHeight: 250,
            xOffset:20,
            yOffset:0,
            position:'right',
            showEffect : 'fadein',  
            hideEffect: 'fadeout'
        });
        
        });

