var options = {
	    zoomWidth: 400,
	    zoomHeight: 370,
            xOffset: 30,
            yOffset: -20,
			zoomType: 'reverse',
			imageOpacity: 0.2,
			title: 'false',
			showEffect: 'fadein',
			hideEffect: 'fadeout',
			position: "right" //and MORE OPTIONS
	}
	jQuery(".jqzoom").jqzoom(options);

jQuery(function(){
    jQuery('form.rating').rating();
});
