$(document).ready(function() {
	/*
	*   Examples - images
	*/

	$("a.overlay-facebook").fancybox({
		'scrolling' 	: 'no',
		'padding'		: 10,
		'margin'		: 0,
		'overlayOpacity': 0,
		'width'			: 280,
		'height'		: 390,
		'transitionIn'	: 'fade',
		'transitionOut'	: 'fade',
		'easingIn'      : 'easeOutBack',
		'easingOut'     : 'easeInBack',
		'zoomSpeedIn'	: 500,
		'zoomSpeedOut'	: 500,
		'type'			: 'iframe'
	});

	$("a.overlay-faq").fancybox({
		'scrolling' 	: 'auto',
		'padding'		: 10,
		'margin'		: 0,
		'overlayOpacity': 0,
		'width'			: 650,
		'height'		: 400,
		'transitionIn'	: 'fade',
		'transitionOut'	: 'fade',
		'easingIn'      : 'easeOutBack',
		'easingOut'     : 'easeInBack',
		'zoomSpeedIn'	: 500,
		'zoomSpeedOut'	: 500,
		'type'			: 'iframe'
	});
});
