$(document).ready(function(){
	$('#headshot1').innerfade({	  		
		speed:'slow',
		timeout:4000,
		type:'sequence',
		containerheight:'150px'
	});  	

	$('#headshot2').innerfade({	  		
		speed:'slow',
		timeout:8000,
		type:'sequence',
		containerheight:'150px'
	});  	

	$('#headshot3').innerfade({	  		
		speed:'slow',
		timeout:5000,
		type:'sequence',
		containerheight:'150px'
	}); 
	
	$('#headshot4').innerfade({	  		
		speed:'slow',
		timeout:6000,
		type:'sequence',
		containerheight:'150px'
	}); 

});