//For Toppage Keyvisual

$(document).ready(
	function(){
		$('ul#slide').innerfade({
			speed: 2000,
			timeout: 8000,
			type: 'random',
			containerheight: '180px'
		});
	}
);

//For Item Page Recommend

$(document).ready(
	function(){
		$('ul#recommend').innerfade({
			speed: 2000,
			timeout: 6000,
			type: 'random',
			containerheight: '123px'
		});
	}
);
