

$(function(){
	
	var lis = $(".areaLogomarcas ul li");
	if(lis.length > 5)
	{
      $(".areaLogomarcas").jCarouselLite({
            btnPrev : '.prev',
            btnNext : '.next',
            /*auto    : 2000,*/
			circular: false,
            speed   : 2000,
            visible : 5
      })
	}
	else if(lis.length > 0)
	{
		$(".areaLogomarcas").jCarouselLite({
            speed   : 2000,
			circular: false,
            visible : 5
      })
	}
})


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