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