$(document).ready(function(){

	$("a[rel=example_group]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'inside',
		'overlayOpacity'	: 0.7,
		'overlayColor'		: '#fff',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
			//return '<span id="fancybox-title-over">' + title + '</span>';
			//return '<span id="fancybox-title-over">Image ' +  (currentIndex + 1) + ' / ' + currentArray.length + ' ' + title + '</span>';
			//return '<span id="fancybox-title-over"><strong>' + title + '</strong><span>' + infoArray[currentIndex + 1] + '<br />&copy;&nbsp;Ника Жук</span></span>';
		}
	});
});
