// JavaScript Document

	$(document).ready(
		function(){
			
			$('#portfolio').innerfade({
				speed: 'slow',
				timeout: 6000,
				type: 'sequence',
				containerheight: '220px'
			});
			
			
		}
	);

