
 $(function() {
	$(".promo_foto").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 1,
		auto: 5000,
		speed: 1500,
/*		vertical: true,*/
        easing: "easeinout",
		btnGo:
		[".1", ".2",".3",".4",".5"]
	});
/*
	$(".carousel").jCarouselLite({
        btnNext: ".3",
        btnPrev: ".1"
    });*/
});
