div#wrapper_referenser {
	min-height: 757px;          /* must be set, due to that the absolute imagedivs dont take any space (500=image-height) */
	width: 620px;
	position: relative;    /* relative to port view  */
	z-index: 19;
	top: 120px;
	left: 155px;
	font: bold 80% arial;
	}

.thumbnail div { /*  CSS for the span that embrase the hover-image  */
    visibility: hidden; 
    position: absolute;
    top: -20px;
    left: 60px;
    min-width: 230px;
    background-color: #fff;
    padding: 20px;
    border: 3px solid #800000;
    color: black;
    text-decoration: none; 
    }

.thumbnail div img { /*  CSS for hover-image  */
    border-width: 0px;
    }
    
 .thumbnail div p { 
    font-weight: normal;
    }
    
.thumbnail:hover div { /* Shows the hover-image */
    visibility: visible;     
    }
    

	/* All images are set absolute to the wrapper divs topleft corner  */

div#bild1_referenser {     
    position: absolute;
    z-index: 19;
	top: 0px;
	left: 70px;
	padding: 1px;  /* to make links dotted bottom-border visible in IE   */
	}

div#bild2_referenser {
    position: absolute;
    z-index: 18;
	top: 170px;
	left: 137px;
	padding: 1px;  /* to make links dotted bottom-border visible in IE   */
	}

div#bild3_referenser {
    position: absolute;
    z-index: 17;
	top: 370px;
	left: 70px;
	padding: 1px;  /* to make links dotted bottom-border visible in IE   */
	}

div#bild4_referenser {
    position: absolute;
    z-index: 16;
	top: 570px; 
	left: 137px;
	padding: 1px;  /* to make links dotted bottom-border visible in IE   */
	}

div#bild5_referenser {
    position: absolute;
    z-index: 15;
	top: 0px;
	left: 390px;
	padding: 1px;  /* to make links dotted bottom-border visible in IE   */
	}

div#bild6_referenser {
    position: absolute;
    z-index: 14;
	top: 170px;
	left: 447px;
	padding: 1px;  /* to make links dotted bottom-border visible in IE   */
	}

div#bild7_referenser {
    position: absolute;
    z-index: 13;
	top: 370px;
	left: 370px;
	padding: 1px;  /* to make links dotted bottom-border visible in IE   */
	}

div#bild8_referenser {
    position: absolute;
    z-index: 12;
	top: 570px;
	left: 447px;
	padding: 1px;  /* to make links dotted bottom-border visible in IE   */
	}
