	$(document).ready(
			function(){
				$('ul.portfolio').innerfade({
					speed: 500,					/* フェード速度 */
					timeout: 7000,				/* 切り替え速度 */
					type: 'sequence',			/* 切り替え方法 */
					containerheight: '90px'		/* 高さ */
				});
		});
