jQuery(document).ready(function() {

jQuery("a.fancyimage").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	400, 
		'overlayShow'	:	true,
		'overlayColor'	:	'#000',
		'overlayOpacity' : 0.8,
		'titleShow'		:	false
	});
	
});

