	   jQuery(document).ready(
				function(){
					
					jQuery('ul#portfolio').innerfade({
						speed: 1000,
						timeout: 3000,
						type: 'sequence',
						containerheight: '128px'
					});

			});
