$(function(){
  $("#carrossel ul").cycle({
	     btnPrev : '.prev',
         btnNext : '.next',
        fx:'fade',
		speed: 2000,
		
 })	   
})
