$(document).ready(
	function(){
		$('ul#hp_img_blk').innerfade({
			speed: 1000,
			timeout: 10000,
			type: 'sequence',
			containerheight: '478px'
			});
		});
