$(document).ready(function() { 
	$('#bilderrahmen').innerfade({ 
		speed: 2000, 
		timeout: 4000,
		containerheight: '495px'
	});
});
