$(window).load(function(){
    $('#tabs').tabs("#banner_wrapper > div",{effect:'fade',rotate: true}).slideshow({autoplay:true});
    $('#marquesina').scrollable({circular: true}).autoscroll({ autoplay: true,interval:7000 });
    $('#tabs2').tabs("#body_content > div",{effect:'fade',rotate: true}).slideshow({autoplay:true,interval:6000});
})

