$(function(){
    $(".lastprod").jCarouselLite({
        btnNext: ".RightArrow",
        btnPrev: ".LeftArrow",
        speed: 700,
		visible: 1,
		circular: false
    });	
});
