/*###########################
CARROSSEL
###########################*/
$(function(){
      $("#carrossel").jCarouselLite({
            btnPrev : '.prev',
            btnNext : '.next',
			/*
			speed   : 1000
            */
            auto    : 3000
            
      });
	  
	  
	  
	  
});




