$(document).ready(function() {
    $(".widget_style").jCarouselLite({
        btnPrev: ".prev",
        btnNext: ".next",
        circular: true,
        auto: 3000,
        speed: 1000,
        visible: 1
      });
});

