$(function() {
	$(".slider").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 1,
		//easing: "bounceout",
		speed: 900
	});
});

