$('document').ready(function(){
	
	$('#picture').cycle({
			fx:     'fade',
			speed:  'fast',
			timeout: 6000
	});

})


