$(document).ready(function() {
	$("div.gallery a").fancybox({
		'hideOnContentClick': true
	});
});

