// JavaScript Document

$(function(){

      $("#carrossel").jCarouselLite({

            btnPrev : '.prev',

            btnNext : '.next',

            auto    : 1000,

            speed   : 2000,

            visible : 4

      })

})
