$(document).ready(function() {
	$('.bilderull .innerart').cycle({
		timeout: 5000,
		speed: 2000
	}); 
});

