$(function(){

	$('#header-images').innerfade({ 
		animationtype: 'fade',
		speed: 'slow', 
		timeout: 3000, 
		type: 'sequence', 
		containerheight: '167px'
	}); 
	
});