$(document).ready(function() {
	$('ul#portfolio').innerfade({
 	speed: 'slow', timeout: 1500, type: 'sequence'					
	});
});
