jQuery(function() {
  jQuery("div#cart ul.mod_itemGallery li a[rel=gallery]").fancybox({
    'transitionIn'  : 'elastic',
    'transitionOut' : 'elastic',
    'titlePosition' : 'over',
    'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
      return '<span id="fancybox-title-over">' +  (currentIndex + 1) + ' / ' + currentArray.length + '</span>';
    }
  });
});
