$(document).ready(function(){

    $(".boxNoticias").jCarouselLite({
        auto: 3600,
        speed: 1000,
        visible: 7,
        circular: true,
        vertical: true
    });

    //Videos Cases home
    $('.listaCases li a').click(function(evento){
        evento.preventDefault();
        var url = $(this).attr('rel');
        $('.loadVideo').load('functions/get_video.php?url=' + url);
    })
});
