
    $(document).ready(function() {
      /*
       *   ‰æ‘œ‚ð•\Ž¦
       */

      $("a[rel=images_group]").fancybox({
        'titlePosition'  : 'over',
        'titleFormat'    : function(title, currentArray, currentIndex, currentOpts) {
          return '';
          }
      });
    });

