$(function() {
    $(".fulpcarousel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
	circular: true,
	visible: 2.5
	
   });

});
