$(document).ready(function(){
	/*
	$('#bgbody').cycle({
		timeout: 10000,
		speed: 5000
	});
	*/
	$(".banner .innerart").cycle({
		timeout: 4000,
		speed: 2000
	})
	
	$("#clicker").click(function() {
		$("#header, #innholdsramme").fadeOut();
		$(this).css({"cursor":"default"});
	});
	$("#lukk-bilde").click(function() {
		$("#header, #innholdsramme").fadeIn();
		$("#clicker").css({"cursor":"pointer"});
	});
	
});
