﻿@media screen, projection {

	/* IMAGEFLIPPER */

	#slideshow {
		width: 712px;
		height: 422px;
		position:relative;
	}
	
	#slideshow IMG {
			width: 712px;
			height: 422px;
			position:absolute;
			top:0;
			left:0;
			z-index:8;
	}

	#slideshow IMG.active {
			z-index:10;
	}

	#slideshow IMG.last-active {
			z-index:9;
	}
	
	#imageFlip {
		position: absolute;
		top: 369px;
		left: 5px;
		width: 702px;
		height: 35px;
		padding-top: 18px;
		background-image: url('../../img/hjemme/1px.gif');
		background-repeat: repeat;
		z-index: 1000;
		font-size: 14px;
		color: #444444;
		padding-left: 10px;
		overflow: hidden;
		white-space: nowrap;
	}
}

