$(document).ready(function() {
	$('#slideshow').cycle({
		fx: 'fade',
		speed:1000,
		timeout: 5000,
		sync: 1
	});
	$('#textslides').cycle({ 
	    fx:     'scrollDown', 
	    random:  1,
	    speed:    1000,
	    timeout:  9000 
	});
});