jQuery(document).ready(function($){
	$('#tour a').fancybox({
		'overlayOpacity':0.8
	});
});
