<!-- Generales -->

<!-- Carrusel -->
$(function() {
	$(".carrusel").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible: 3,
		auto:1500,
		speed:500
	});
});




