$(function() {
	$("a.lightbox").fancybox({
	'overlayShow' : true,
	'transitionIn' : 'elastic',
	'transitionOut' : 'elastic'
	});
	});

