$
(
  function()
  {
    $("#jcarrossel").jCarouselLite
    (
      {
        auto: 2000,
        speed: 2000,
        visible: 3,
        vertical: true
      }
    )
  }
)