$(document).ready(function() {
	$(".fb").fancybox({
		'hideOnContentClick': true,
		'zoomSpeedIn' : 2000, 
		'zoomSpeedOut': 2000, 
		'zoomSpeedChange': 2000, 
		'overlayShow' :	true,
		'overlayOpacity' :	0.5,
		'easingIn' : 'easeInOutCirc', 
		'easingOut' : 'easeOutCirc',
		'easingChange' : 'easeInOutCirc',
		'titlePosition' : 'over'
	});
});

