﻿	   $(document).ready(
				function(){
					$('ul#portfolio').innerfade({
						speed: 'slow',
						timeout: 4000,
						type: 'sequence',
						containerwidth: '250px',
						containerheight: '340px'
					});
			});