$(document).ready(function() {
 /* This is basic - uses default settings */

	$("a.fancybox").fancybox({ 
		'padding':			0,
		'overlayShow':		true,
		'overlayOpacity':	0.5,
		'overlayColor':		'#000000',
		'speedIn':			500,
		'speedOut':			500,
		'transitionIn':		'fade',
		'transitionOut':	'fade',
		'titlePosition':	'over',
		'changeFade':		300
	}); 

	$("a.fancy_iframe").fancybox({ 
		'type':				'iframe',
		'width'			:	'80%',
		'height'		:	'80%',
		'padding':			1,
		'overlayShow':		true,
		'overlayOpacity':	0.5,
		'overlayColor':		'#000000',
		'speedIn':			500,
		'speedOut':			500,
		'transitionIn':		'fade',
		'transitionOut':	'fade',
		'titlePosition':	'over',
		'changeFade':		300
	}); 

/*
	$("a#flipbook_link").fancybox({ 
		'overlayShow'	: true,
		'type'			: 'iframe',
		'width'			:	1000,
		'height'		:	700,
		'zoomSpeedIn'	: 1500,
		'zoomSpeedOut'	: 1000,
		'easingIn': 		'easeInSine',
		'easingOut': 		'easeOutSine'
	}); 
	
	$("a.site_links").fancybox({ 
		'overlayShow'	: true,
		'type'			: 'iframe',
		'width'			:	1020,
		'height'		:	665,
		'zoomSpeedIn'	: 1500,
		'zoomSpeedOut'	: 1000,
		'easingIn': 		'easeInSine',
		'easingOut': 		'easeOutSine'
	}); 
	
	$("a.main_links").fancybox({ 
		'overlayShow'	: true,
		'type'			: 'iframe',
		'width'			:	908,
		'height'		:	665,
		'zoomSpeedIn'	: 1500,
		'zoomSpeedOut'	: 1000,
		'easingIn': 		'easeInSine',
		'easingOut': 		'easeOutSine'
	}); 
*/
}); 
