$(document).ready(function() {
	
				$("a#group").fancybox({
				
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'overlayShow'		: true,
				'centerOnScroll' 	: true ,
				'overlayOpacity'	: 0.7,
				'overlayColor'		: '#000',
				'hideOnContentClick': false
			/*	'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}*/
			});
			
			$("a#group1").fancybox({
				
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'overlayShow'		: true,
				'centerOnScroll' 	: true ,
				'overlayOpacity'	: 0.7,
				'overlayColor'		: '#000',
				'hideOnContentClick': false
			/*	'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}*/
			});

			
		});

