﻿$(function(){
    $("#carrossel-758X263").jCarouselLite({
        btnPrev: '.prev',
        btnNext: '.next',
        auto: 3800,
        speed: 2000,
        visible: 2,
        width: 800 
    })
})