$(function() {
	$("#scroller").jCarouselLite({
		btnNext: "#nav .next",
		btnPrev: "#nav .prev",
		easing: "easeOutBack",
		auto: 4000,
		speed: 800,
		visible: 1
    });
});