$(document).ready(function() {
        $('#slider').s3Slider({
            timeOut: 5000 /* 画像の表示時間　5000 = 5秒 */
        });
    });
