﻿	/* Image Box Størrelse */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
	    top:0px;
	    Left:0px;	
		width:100%;	/* Image width */
		height:100%;	/* Image height */
		position:absolute;
	}		
	/* Image Størrelse */
	.leftFloatingDiv{
	    top:0px;
		Left:0px;
		width:100%;
		height:100%;
	}
	/* Image placering */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}

