//
$(document).ready(function() {
	$('#hdImg').nivoSlider({
		effect:'random', // sliceDown、sliceDownLeft、sliceUp、sliceUpLeft、sliceUpDown、sliceUpDownLeft、fold、fade、random
		slices:30, //分割枚数
		animSpeed:1000, //アニメーションスピード
		pauseTime:5000, //停止時間
		directionNav:false, //方向ナビ
		directionNavHide:true //隠す
	});
});


