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