$(document).ready(function() {
    $(document).pngFix();
    
    $('#actualite-une > ul').tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
});