$(document).ready(function() {
	$("#slideshow div").fadeIn().cycle({
		speed: 1000,
		timeout: 5000,
		pause: 1,
		sync: 1
	});
}); 
