$(document).ready(function() {
			$("a.img_group").fancybox({
				'showCloseButton'	: true,
				'padding'			: 0,
				'margin'			: 100,
				'hideOnOverlayClick': true,
				'overlayColor'		: '#000000',
				'titleShow'			: true,
				'opacity'			: true,
				'scrolling'			: 'no',
				'easingOut'			: 'linear',
				'easingIn'			: 'linear',
				'overlayOpacity'	: 1,
				'speedIn'			: 300,
				'speedOut'			: 300,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'changeFade'		: 'fast',
				'changeSpeed'		: 10,
				'titlePosition' 	: 'outside',
				'enableEscapeButton': true,
				'autoScale'			: true,
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">' + (currentIndex + 1) + '/' + currentArray.length + (title.length ? '<br>' + title : '') + '</span>';
				}
			});
});
