$(document).ready(function(){

	$('#headerFotos ul').innerfade({
				speed: 4000, 
				timeout: 7000,
				type: 'sequence',
				containerheight: '217px'
			});
	
$('#gallery a').lightBox({fixedNavigation:true});


});


