$(function() {
	$('a.fancybox').fancybox({
		'transitionIn' : 'elastic',
		'transitionOut' : 'elastic',
		'speedIn' : 600,
		'speedOut' : 200,
		'overlayShow' : true,
		'showCloseButton' : true,
		'enableEscapeButton' : true,
		'hideOnOverlayClick' : true,
		'hideOnContentClick' : true,
		'titleShow' : true,
		'titlePosition' : 'over'
	});
});

