$(document).ready(function() {

	/* Using custom settings */
	
	$("a[rel=gal]").fancybox({
		'hideOnContentClick': true
	});

	$("a[rel=gal]").fancybox({
		'speedIn'		:	1200, 
		'speedOut'		:	900, 
		'overlayShow'	:	false
	});
});
