var _cssStyleSelectJQ = null;
var _animationTypeSelectJQ = null;
var _animationType = "slide";


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