$(function() {
	/*
	$('#slideshow').cycle({ 
		fx: 'fade', 
		speed: 3000
	});
	*/
	$(".mapframe").colorbox({iframe:true, innerWidth:'95%', innerHeight:600});
	$(".popup").colorbox({iframe:true, innerWidth:900, innerHeight:600});
		$( "#roomExplorer" ).tabs({
			event: "mouseover"
		});
	
})


