$(function() {

	/* Apply fancybox to multiple items */
	
	$('a.gallery').fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	400, 
		'speedOut'		:	200, 
		'overlayShow'	:	false,
		'titlePosition' : 'over'
	});
	
});
