$(document).ready(function(){
	$('.popup_tour_link').colorbox(
																		{
																			width: "50%", 
																			height: "75%", 
																			inline: true, 
																			href: '#colorbox_popup_tour'
																		}
	);
	$("#banner").cycle();
	$(".columnize").columnize({
		width: 300,
		height: 200
	});

        $('.virtual_tour').colorbox({iframe:true, innerWidth:1200, innerHeight:700});
});

