$(function() {
	$("#eyecatch").showcase({ 
	images: [{ url: "/img/eyecatch/img00.jpg", description: "霊園風景",},
{ url: "/img/eyecatch/img01.jpg", description: "霊園風景",link: "/price.shtml"},
			 { url: "/img/eyecatch/img02.jpg", description: "霊園風景",link: "/price.shtml"},
			 { url: "/img/eyecatch/img03.jpg", description: "永代供養塔",link: "/appeal.shtml"},

{ url: "/img/eyecatch/img08.jpg", description: "園内バス",link: "/access.shtml"},
			 //以下画像分
			   ],
	width: "585px", //ギャラリー幅
	height: "300px", //ギャラリー高さ
	animation: { type: "fade", interval: 3000, speed: 2000 }, //アニメーション設定
	navigator: { item: { width: "30px", height: "15px" }, //サムネ表示設定
				 showMiniature: true} 
	}); 
});
