$(document).ready(function() {
	
			$("a[rel=example_group]").fancybox({
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'titlePosition' 	: 'over',
				'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {return '<span id="fancybox-title-over">Image ' +  (currentIndex + 1) + ' / ' + currentArray.length + '</span>';}
				
			});
			
			$("a.overlay-flash").fancybox({
				'width'				: 857,
				'height'			: 385,
		        'autoScale'     	: false,
		        'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'				: 'iframe',
				'padding'           : 0,
	  			'speedIn'			: 600, 
				'speedOut'			: 200,
				'scrolling'			: 'no',
				
			});

		});
