// For Info
$(document).ready(function() {
   $('a.moreInfo').cluetip({
           cluetipClass: 'jtip', 
  arrows: true, 
  showTitle: false,
  dropShadow: false,
  hoverIntent: false,
  sticky: true,
  mouseOutClose: true,
  waitImage: false,
  closePosition: 'bottom',
  closeText: '关闭',
  fx: {             
                open:       'fadeIn',
                openSpeed:  'normal'
            }
         });
});
