$(document).ready(function(){
$("#slider").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 4000, true);
$("#slider").hover(
function() {
$("#slider").tabs("rotate",0,true);
},
function() {
$("#slider").tabs("rotate",4000,true);
}
);
});
