 $(function() { 
 	  	$(".pop-photos").colorbox({width:"600", height:"480"}); 
 	  	$(".colorbox").colorbox({width:"80%", height:"80%"}); 
			$( ".ui-tabs" ).tabs();
			$(".pop-route-map").colorbox({width:"770", height:"650", inline:true, title:"Firefly Route Map", href:"#fy-route-map-wrapper"});
 });
