$(document).ready(function() {
	
	$("a[rel]").fancybox({
		'hideOnContentClick': false,
		'overlayShow'			: true
	});
	
});
