//So the lightbox doesn't interfere with jQuery
var j$ = jQuery.noConflict();




j$(document).ready(function(){
    j$("#tabs").tabs({ fx: { opacity: 'toggle' } }).tabs ('rotate', 4000);
  });
