				 $(function() {
           
			$('.portfolio').innerfade({
						animationtype: 'fade',
						speed: 'slow',
						timeout: 3000,
						type: 'random_start',
						containerheight: '160px'
					});
        });