$(document).ready(function(){
	$('.carousel').jCarouselLite({
		visible: 5,
		btnNext: ".slider a.next",
		btnPrev: ".slider a.prev"
	});

});