$(function() {
	$("#slider .slider div").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		speed: 1000
	});
});
