	ul, li, h4, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}
	.next, .prev{
	cursor:pointer;
}
	#screen{
	position:relative;
	/* height:345px; */
	width:460px; /* Totalbredde hele boksen med tilbakeknappene */
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 15px;
}
	#screen .next, #screen .prev{
	position:absolute;
	top:250px; /* Denne setter høydeplasseringen av pilene */
}
	#screen .prev{
	left:0px;
}
	#screen .next{
		right:0px;
}
	#sections{
	overflow:hidden;
	width:460px; /* Bredde på innholdscontaineren */
	height:345px; /* Høyde innholdscontainer */
	clear:left;
}
	#sections ul{
	width:4660px;
}	
	#sections img{
	float: left;
	width: 460px;
	/*height: 345px;*/
	padding-top: 0px;
	padding-bottom: 0px;
}			
	#sections p{
	width:460px; /* Bredde innhold */
	float: left;
	font-size:11px;
	line-height:1.4em;
	padding-left: 0px;
	clear: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
	#sections h2{
	color:#993333;
	margin:0px 0pt;
	padding-left:0px;
}
	#sections a{
	color:#777;
	font-weight:bolder;
	text-decoration:none;
}
	#menu div {
	height: 30px;
	width: 185px;
	margin: 0px;
	float: left;
	display: block;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}

