     $(document).ready(function(){
		$("#main-images").cycle({ fx: 'fade',speed: 1300, timeout: 3500 });
		/*$("#google-map").hide();
		$('a[rel*=facebox]').facebox();
		$("#map").click(function() {$("#google-map").toggle();});
		$("#close-map").click(function() {$("#google-map").hide()});
		$("#services-list li ul").hide();
		$('#services-list').accordion({ 
			active: false,
    			autoheight: false,
			header: 'h4'
		});*/

     });