$(document).ready(function() {
	$("p.fancy a").fancybox({
		'hideOnContentClick': true,
		'overlayShow': true,
		'padding' : 15,
		'overlayOpacity' : 0.5,
		'titleShow' : true,
		'titlePosition' : 'inside',
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	400, 
		'speedOut'		:	200 
	});
});

