$(document).ready(function() {

	$("#navigering>li").hover(
			function(){
			
				$(this).css("background-image","url(/img/knapp_bg_over.png)");	
			},
			function(){
				$(this).css("background-image","url(/img/knapp_bg.png)");
					
			}
		);
	
	$('#startbilder').innerfade({ speed: 'slow', timeout: 3000, type: 'sequence', containerheight: '500px' }); 

	
});
