$(document).ready(function(){$("a[href$=.jpg],a[href$=.png],a[href$=.gif]").fancybox({'titleShow':true,'titleFormat':function(title,currentArray,currentIndex,currentOpts){return '<span id="fancybox-title-over">Imagen '+(currentIndex+1)+'/'+currentArray.length+(title.length?' &nbsp;'+title:'')+'</span>';}});});

