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


});

