$(document).ready(function(){

	$('#big-boy a').fancybox({
		hideOnContentClick: 'true'
	});
	
});
