
$(document).ready(function() { 

  $('#j_tab > ul').tabs({ event: 'mouseover', fx: { opacity: 'toggle' } });
    
});
