
jQuery().ready(function () {

    /*$("#contenido_seccion1").jCarouselLite({
        vertical: true,
        hoverPause:true,
       // visible: 5,
        auto:500,
        speed:1000
    });*/

    /*$("#contenido_seccion3").jCarouselLite({
        vertical: true,
        hoverPause:true,
        //visible: 5,
        auto:500,
        speed:1000
    });*/

    jQuery('#contenido_seccion1').vTicker({
		speed: 500,
		pause: 3000,
		animation: 'fade',
		mousePause: true,
		showItems: 4,
        height:130
	});

    jQuery('#contenido_seccion3').vTicker({
		speed: 500,
		pause: 3000,
		animation: 'fade',
		mousePause: true,
		showItems: 3,
        height:130
	});

    jQuery("#contenido_seccion2").vTicker({
        speed: 500,
		pause: 3000,
		animation: 'fade',
		mousePause: true,
		showItems: 3,
        height:130
    });
});
