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