	  jQuery(document).ready(
				function(){		
					jQuery('ul#portfolio').innerfade({
						speed: 1200,
						timeout: 5000,
						type: 'sequence',
						containerheight: '277px'
					});
			}); 
