	ul, li, h4, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}
	.next, .prev{
	cursor:pointer;
}
	#screen{
	position:relative;
	height:363px;
	width:486px; /* Totalbredde hele boksen med tilbakeknappene */
	padding-top: 32px;
	padding-right: 0px;
	padding-left: 1px;
	margin-left: 10px;
	background-image: url(Img_Sidemal/ajaxbox.gif);
	background-repeat: no-repeat;
}
	#screen .next, #screen .prev{
	position:absolute;
	top:218px; /* Denne setter høydeplasseringen av pilene */
}
	#screen .prev{
	left:0px;
}
	#screen .next{
		right:1px;
}
	#sections{
	overflow:hidden;
	width:484px; /* Bredde på innholdscontaineren */
	height:360px; /* Høyde innholdscontainer */
	clear:left;
}
	#sections ul{
	width:3660px;
}	
	#sections img{
	float: left;
	width: 486px;
	height: 350px;
	padding-top: 10px;
	padding-bottom: 22px;
}			
	#sections p{
	width:484px; /* 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;
}
