
$().ready(function () {

    $(".noticias_cont_es").jCarouselLite({
        vertical: true,
        hoverPause:true,
        visible: 3,
        auto:500,
        speed:1000
    });

});
