$(document).ready(function() {

$("img").parent("a[href$=jpg],a[href$=gif],a[href$=jpeg],a.group").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600,
		'speedOut'		:	200,
		'overlayShow'	:	false
	});

});