// Banner cycle
$(document).ready(function() {
	if ($('#bannerhome').length > 0 ){
		$('#bannerhome').cycle({
			delay: -1000,
			timeout: 5000,
			speed: 2000
		});
	}
	if ($('#lotmap').length > 0 ){
		$('#lotmap a').lightBox();
	}
	if ($('#gatehouse').length > 0 ){
		$('a#gatehouse').lightBox();
	}
});
