	h4, h3, h2, h1, p{
	padding:0;
	margin:0;
}
	.next, .prev{
	cursor:pointer;
}
	#screen{
	position:relative;
	height:345px;
	width:412px; /* 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:120px; /* Denne setter høydeplasseringen av pilene */
}
	#screen .prev{
	left:0px;
}
	#screen .next{
		right:0px;
}
	#sections{
	overflow:hidden;
	width:412px; /* Bredde på innholdscontaineren */
	height:345px; /* Høyde innholdscontainer */
	clear:left;
}
	#sections ul{
	width:6200px; /* Denne tillater opptil maks 15 bilder a 412px i bredde på Coop Sambo sin løsning */
}
	#sections img{
	float: left;
	width: 412px; /* Tvungen bredde bilde */
	height: 280px; /* Tvungen høyde bilde */
	padding-top: 0px;
	padding-bottom: 0px;
}
	#sections table{
	float: left;
	width: 412px; /* Tvungen bredde bilde */
	height: 280px; /* Tvungen høyde bilde */
	padding-top: 0px;
	padding-bottom: 0px;
}
	#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;
}



