$(document).ready(function () {	
	$(".lista_productos").jCarouselLite({
		btnNext: ".flecha_rigth",
		btnPrev: ".flecha_left",
		visible: 7,
		speed: 800,
		circular: false,
		easing: "backout"
	});
	$("#portada").jCarouselLite({
		visible: 1,
		auto: 5000,
		speed: 600,
		easing: "easeinout"	
	});
});