jQuery(document).ready(function() {
	$("a[rel=listing]").fancybox({
		'hideOnContentClick': true
	});
});

