// JavaScript Document
$(function (){
$('#secundario').jCarouselLite({
auto:2000,
speed:2500,
easing: "easeOutExpo",
visible:1
});
});
