JQ(function() {
    JQ(".mycarousel").jCarouselLite({
        visible: 1,
        start: 0,
        scroll: 1,								   
        btnNext: ".next",
        btnPrev: ".prev"
    });
});
