//slideshow function
$(document).ready(function() {
	$('.slideshow1').cycle({fx: 'fade', autostop: 1, timeout: 1000, speed: 2000});
	});

