            $(document).ready(function() {
                $('#slideshow').slideshow({
					speed: 1000,
                    timeout: 5000,
                    type: 'sequence'
                });
            });