#rotator {
	position: relative;
	margin: 0;
	padding: 0;
	height: 516px;
	width: 460px;
}
#rotator ul#slideshow {
	margin: 0;
	padding: 0;
	list-style:none;
}
#rotator ul#slideshow li {
	margin: 0;
	padding: 0;
	height: 516px;
	width: 460px;
	color: #000;
	background: #343434;
}
#rotator ul#slideshow li.hide {
	display: none;
}
#rotator ul#slideshow li.morkblaa {
	background: #3a3d8c;
}
#rotator ul#slideshow li.morkfiolett {
	background: #5a308c;
}
#rotator ul#slideshow li.roedfiolett {
	background: #7c0079;
}
#rotator ul#slideshow li.magenta {
	background: #c10077;
}
#rotator ul#slideshow li.oransje {
	background: #da9a23;
}
#rotator ul#slideshow li.gul {
	background: #f7f410;
}
#rotator ul#slideshow li.tanumgronnlys {
	background: #cdd31f;
}
#rotator ul#slideshow li.tanummellomgronn {
	background: #6e8628;
}
#rotator ul#slideshow li.cyan {
	background: #36a7e9;
}
#rotator ul#slideshow li.ultramarin {
	background: #4a6caf;
}
#rotator ul#slideshow li.svart {
	background: #000;
}
#rotator ul#slideshow li img {
	margin: 0;
	padding: 10px;
	width: 440px;
	height: 460px;
	border: none;
}
#rotator ul#slideshow li div.info {
	position: absolute;
	top: 480px;
	left: 10px;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #000;
}
#rotator ul#slideshow li div.info h2 {
	margin: 0;
	padding: 0 10px 0 0;
	line-height: 28px;
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	color: #fff;
}
#rotator ul#slideshow li div.info h2 a {
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	color: #fff;
	font-weight: bold;
}
#rotator ul#slideshow li div.info h2 a:hover {
	border-bottom: 1px solid #fff;
}
#rotator ul#slideshow li div.info a {
	font-weight: normal;
	color: #fff;
}
#rotator #nav {
	position: absolute;
	top: 480px;
	left: 280px;
	z-index: 10;
}
#rotator #nav a {
	float: left;
	overflow: hidden;
	display: block;
	margin: 0 10px 0 0;
	padding: 0;
	background: transparent url(../elm/bg_mega_knapp.gif) 0 0 no-repeat;
	text-decoration:none;
	height: 28px;
	width: 77px;
	text-align: center;
	line-height: 28px;
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
#rotator #nav a.activeSlide {
	color: #fff;
	background: transparent url(../elm/bg_mega_knapp.gif) 0 0 no-repeat;
	opacity: 1;
	filter:alpha(opacity=100);
}
#rotator #nav a:focus {
	outline: none;
}
#rotator #nav a:hover {
	color: #fff;
	opacity: 0.7;
}
#rotator ul#slideshow li div.info h2 a {
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, Geneva, Helvetica, sans-serif;
}

