$(document).ready(function() {

	//CONFIG FANCY 		
	$("a.zoom_img").fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'hideOnContentClick': true,
		'showCloseButton': true,
		'centerOnScroll':false,
		'overlayColor':'#121212',
		'padding':'0px',
		'margin':'0px'
	});
});
