$(document).ready(function() {
	$('#loopedSlider').loopedSlider({
	autoStart: 5500, //ループが始まる時間
	restart: 8000 //要素の表示時間

	});
});
