$(function() {
    $(".lista_tres").jCarouselLite({
        horizontal: 'true',
		auto: 800,
        speed: 1500, 
		visible: 3
    });
});
