jQuery.noConflict();

jQuery(document).ready(function(){

jQuery("#photo-rotator").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 4000);

});
