( function($) {
$(document).ready(function() {
	$("a.group").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'opacity'       :   true,
		'cyclic'        :   true,
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'padding'       :   0
	});
	
});
} ) ( jQuery );

