$(document).ready(function() {
	$('#slideshow').cycle({fx: 'curtainY', sync: false, timeout: 10000});
});