$(function(){
		
	// scroll
  $("#scroller_products").jCarouselLite({
    btnNext: ".next_products",
    btnPrev: ".prev_products",
    visible: 5,
    scroll: 1,
    speed: 400,
    circular: false
  });
 
});