﻿// colorbox pop-ups
$(document).ready(function(){
	$(".popup-image").colorbox({maxWidth:"99%", scalePhotos:false});	
	$(".popup-page").colorbox({innerWidth:"650px", maxWidth:"95%", height:"95%", iframe:true});
	$(".popup-master-plan").colorbox({innerWidth:"620px", innerHeight:"800px", maxWidth:"95%", maxHeight:"95%", iframe:true});
});

// rotating images
$(document).ready(function(){
	$('.main-gallery').cycle({
	    timeout:  6000
	});
});
