$("a.gal").fancybox({
	        			'transitionIn'	:	'elastic',
	        			'transitionOut'	:	'elastic',
	        			'speedIn'		:	600, 
	        			'speedOut'		:	200, 
	        			'overlayShow'	:	true,
	        			'overlayColor'  :   '#000',
	        			'padding'			: 0,
	        			'type'              : 'image',
	        			'changeFade'        : 0

		        		});

