
  $(document).ready(function(){
    
    //jCarouselLite
    $(".anyClass").jCarouselLite({
        auto: 1200,
        speed: 2000,
        visible: 4
        
    });

});



