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

