/**
 * @author dan
 */
$(document).ready( function(){ 
	$('#portfolio').innerfade({ 
		speed: 'slow', 
		timeout: 10000, 
		type: 'sequence', 
		containerheight: '220px' 
	});  
}); 