$(document).ready(function() {
    $(".index_shop_content").jCarouselLite({
        visible: 4,
        btnNext: ".index_shop_next",
        btnPrev: ".index_shop_prev",
        speed:   400,
        circular: true
    });
});
