$(function() {
    $(".storeCarousel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev"
    });
});
