$(document).ready(function() {
		// slideshow setup			
		$('#slideshow').innerfade({
			speed: 800,
			timeout: 10000,
			type: 'random_start'
		});
		$('ul#quote').innerfade({
			speed			: 800,
			timeout			: 10000,
			type			: 'random_start'
		});
		// fancybox setup
		$("a.map").fancybox({
			'frameWidth'			: 643,
			'frameHeight'			: 483,
			'zoomOpacity'			: true,
			'zoomSpeedIn'			: 500,
			'zoomSpeedOut'			: 500,
			'hideOnContentClick'	: false,
			'callbackOnClose'		: function() {$("#fancy_content").empty();}
		});
		$("a.fancy").fancybox({
			'hideOnContentClick'	: false
		});
		$("a.video").fancybox({
			'frameWidth'			: 640,
			'frameHeight'			: 385,
			'hideOnContentClick'	: false
		});
});
