$(document).ready(function() {

/*	$("#date").datepicker({
	minDate: 0, 
    maxDate: 365,
	dateFormat: "D, d M, yy",
	showOn: "both", 
    buttonImage: "layout/images/calendar.gif", 
    buttonImageOnly: true
	});
*/
	//$('#gallery_mainimage_bg').lazyload();
	
	//$('#gallery_thumbs_container a').lightBox();

	$("#toggle").click(function(){
		$("#restaurants-7").slideToggle("slow");
	});

	
	$(window).bind("load", function() { 
		
		$('#gallery_mainimage_bg').cycle({
			timeout: 0
		});
		
		$('#g1').mouseover(function(){$('#gallery_mainimage_bg').cycle(0);}); 
		$('#g2').mouseover(function(){$('#gallery_mainimage_bg').cycle(1);});
		$('#g3').mouseover(function(){$('#gallery_mainimage_bg').cycle(2);});
		$('#g4').mouseover(function(){$('#gallery_mainimage_bg').cycle(3);});
		$('#g5').mouseover(function(){$('#gallery_mainimage_bg').cycle(4);});
		$('#g6').mouseover(function(){$('#gallery_mainimage_bg').cycle(5);});
	}); 

});
