$(function() {
	$(".hom").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible: 2,
		auto:5000,
		speed:800
	});
});
