$(document).ready(function() {
	$('.picture').cycle({
		fx: 'fade'
	});
});
