$(document).ready(function(){
  
  $("#tabs > ul").tabs({ fx: { opacity: 'toggle' } });
  
});