/* necessaria per  usare lightbox in carousel */
      function GroupDelegate(id) {
         var objLink = document.getElementById(id);
         Lightbox.prototype.start(objLink);
        
      }
