// JavaScript Document
$(function(){
      $(".banner-chamada").jCarouselLite({
            btnPrev : '.prev',
            btnNext : '.next',
            auto    : 10000,
            speed   : 1000,
            visible : 1
      })
})



$(function(){
      $(".carrossel-gd").jCarouselLite({
            btnPrev : '.prev',
            btnNext : '.next',
            auto    : 2000,
            speed   : 300,
            visible : 2
      })
})


$(function(){
      $(".carrossel").jCarouselLite({
            btnPrev : '.prev',
            btnNext : '.next',
            auto    : 2000,
            speed   : 300,
            visible : 5
      })
})



$(function(){
      $(".box-vc-sabia").jCarouselLite({
            btnPrev : '.prev',
            btnNext : '.next',
            auto    : 7000,
            speed   : 300,
            visible : 1
      })
})


