$(document).ready(function() {
	$(".gallery a").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'scrolling' : 'no',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'overlayColor' : '#2a292a',
		'centerOnScroll'	:	true,
		'overlayOpacity' : 0.7
	});
});

