

$(document).ready(function() {

	//Activate FancyBox
	 $("#thumbbox a").fancybox({
	 'hideOnContentClick': true
	 //'overlayShow':true
	// 'overlayOpacity':'1'
 	});
 	
 	 $("#largethumbnails a").fancybox({
	 'hideOnContentClick': true
	 //'overlayShow':true
	 //'overlayOpacity':'0.5'
 	});
 	
	  $("#map a").fancybox({
	 'hideOnContentClick': true,
	 'frameWidth':640,
	 'frameHeight':480
	 //'overlayShow':true
	 //'overlayOpacity':'0.5'
 	});
 	
 	
 	
 	//slideSwitch("bannerslideshow");
 	setInterval("slideSwitch('bannerslideshow')",5000);
 	
 	
});