
		$(document).ready(function() {			
			$('.foto_home ul').cycle({ 
				fx:     'fade', 
				speed: '1500',
				timeout: 5000,		
				pager:  '#botaobanner'				
			});
			
			
		});
    
