jQuery(document).ready(function(){
	jQuery('#headerFotos ul').innerfade({
				speed: 4000, 
				timeout: 7000,
				type: 'sequence',
				containerheight: '108px',
				runningclass: 'headerFoto'
			});

});

