$(document).ready(function() {
	$('.slideshow').cycle({
		fx:     'turnDown', 
		timeout: 6000, 
		delay:  -2000,
		random:  1,
		pause:  1
	});
});
