jQuery(document).ready(function($) {
    $('#slider #sliderBg div').nivoSlider({
        effect:'fade',
        slices:15,
        animSpeed:500,
        pauseTime:5000,
        directionNav:false, //Next & Prev
        directionNavHide:true, //Only show on hover
        controlNav:true, //1,2,3...
        pauseOnHover:true //Stop animation while hovering
    });

    //ESTEIRA DE NOTÍCIAS
    $('#noticias-home #caroussel').jCarouselLite({
        btnNext: '#noticias-home .next',
        btnPrev: '#noticias-home .prev',
        visible: 1,
        speed: 500,
        auto: 5000,
        vertical: true
    });

});
