$(document).ready(function() {
	
    $("#carousel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		visible: 5,
		circular: false
    });
	
});