jQuery(document).ready(function() {
	jQuery('#slideshow-1').cycle({
		fx: 		'fade',
		speed:		2000,
		timeout:	6000,
		random:		1
	});
});
