// JavaScript Document
$(function() {
    $("#carrusel").jCarouselLite({
		btnNext: ".dch",
        btnPrev: ".izq",
		visible: 2,
	    auto: 1500,
    	speed: 1000
    });
});

