
$(function() {

        $('.map a').lightBox();
		$('.gallery').cycle({
                fx:     'fade',
                speed:   2000,
                timeout: 4500,
                next:   '.main-image',
                pause:   1
       });
        //Photo Gallery Slider //
        $('li.headlink').hover(
			function() { $('ul', this).css('display', 'block'); },
			function() { $('ul', this).css('display', 'none'); });


	});