(function($) {
$(function() {
    $(".pr_overflow").jCarouselLite({
       btnNext: ".arrow_next",
       btnPrev: ".arrow_prev",
       speed: 1000,
       visible: 6
    });
});
})(jQuery);