// JavaScript Document - tempo do slider

$(document).ready(function() {
        $('#slider1').s3Slider({
            timeOut: 8000 
        });
    });
