//colorbox setup

			jQuery(document).ready(function(){
				jQuery("a[rel='tour_gallery']").colorbox({width:"75%", height:"75%"});	
			});

			
