// JavaScript Document
 $(document).ready(function() {
        $('#slider1').s3Slider({
            timeOut: 2000 
        });
    });
