// JavaScript Document
$(function() {
    $('#slideshow1').cycle({
		fx:    'uncover',
		speed:  1800,
		timeout:  10000,
		next:   '#slideshow1',
		pause:  1
 	});

});