﻿$(document).ready(function() {
        $('#slider1').Slider({
            timeOut: 4000 
        });
    });

