	$(document).ready(function() { 
	
		$('#hero').cycle({ 
			delay:  2000, 
			speed:  1500
		}); 
 	
		$('#small-gallery').cycle({ 
			delay:  2000, 
			speed:  1500
		}); 	
	
		$("a.lightbox").fancybox();
		
		$("a.mapoverlay").fancybox({
			width: 715,
			height: 480
		});
		
	});

