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