$(document).ready(function(){
	   
			$("a[rel=zoomzoom]").fancybox({
			'titleShow'  : false,
			'transitionIn' : 'elastic',
			'transitionOut' : 'elastic',
			speedIn   :900,
			speedOut  :500,
			overlayColor :'#000',
			overlayOpacity :0.5,
			'titleFormat'  : function(title, currentArray, currentIndex, currentOpts)
			{
				return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '				</span>';
			}
		   });
});
