$(function(){
      $(".painel-banner-frota").jCarouselLite({
		  	Speed   : 1000,
			visible : 1,
			btnGo:
            [".1", ".2",
            ".3", ".4", ".5", ".6", ".7"],
         
       
	  })


$(function(){
      $(".painel-banner-superior").jCarouselLite({
            btnPrev : '.prev',
            btnNext : '.next',
            auto    : 5000,
            speed   : 1000,
            visible : 1
			
 		});
	 });
 })
	  
