$(document).ready(function() {
	
	$("a.grouped_images").fancybox({
		'margin'			:	10,
		'padding'			: 	5,
		'hideOnContentClick':	false,
		'transitionIn'		:	'fade',
		'transitionOut'		:	'fade',
		'speedIn'			:	600, 
		'speedOut'			:	200,
		'overlayOpacity'	:	0.5,
		'overlayColor'		:	'#333',
		'autoScale'			:	true,
		'centerOnScroll'	:	true,
		'cyclic'			: 	true
	});
	
});
