jQuery(function($){
	// colorboxes
	$('#booking a').colorbox({
		width:"840",
		height:"90%",
		iframe:true
	});
});
