$(function() {
	$(".hom").jCarouselLite({
		horizontal: true,
		hoverPause:true,
		visible: 1,
		auto:3000,
		speed:800
	});
});
