#hits_col {
	text-align: center;      
        position : absolute;
	height: 1%;
	width: 10%;
	top:10%;
	right: 45%;
	z-index: -1;
	background:rgba(255, 255, 255, 0.01); /* Laver kassen til billede transperent */
}

a.whitelink {
	text-align : center;
	color     : #FFFFFF;
	text-decoration: none;
	}

h1 {
    text-align:center;
    color: White;
    text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}


h3 {
    text-decoration: none;
    font-size: 17px;
    text-align:center;
    color: White;
    text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

.Home{

position : absolute;
top: 30px;
left: 2%;
width:8%;
height:50px;
background:rgba(255, 255, 255, 0.01);
text-align: center;
}

.Play{

position : absolute;
top: 30px;
Left:11%; 
width: 8%;
height:50px;
background:rgba(255, 255, 255, 0.01);
text-align: center;
}

.Tittel{ 

  position:absolute;
  left:30%;
  top:5px;
  margin:30px auto 5px auto;
  width: 40%;
  height: 70px;
  background:rgba(255, 255, 255, 0.01);
  text-align: center;
}

.geo{  

  position: absolute;
  /*top:110px ;     ved to linier overskrift*/
  top:75px;  /*en linier overskrift*/
  margin:20px auto 5px auto;
  left:40%;
  width: 20%;
  height: 20px;
  background:rgba(255, 255, 255, 0.01);
  text-align: center;
}
/*background:rgba(255, 255, 255, 0.01);*/

/* Justering af billede størrelse Slide show*/



	
.highslide-gallery ul li {
        top:110px;  /* afstandt til top*/
	width: auto;
	height: 260px; /* Max højden på kassen til billede*/
	border:0px ;
 	background:rgba(255, 255, 255, 0.01); /* Laver kassen til billede transperent */
	margin:2px2px 2px 2px;
	
   /* EKSEMPEL
     margin:10px 5px 15px 20px

      top margin is 10px
      right margin is 5px
      bottom margin is 15px
      left margin is 20px  */

    }

    html>body .highslide-gallery ul img {
	position: static;
        max-height: 258px; /* Max højde af billede*/
        max-width: 290px;  /* Max brede af billede*/
    }
	

    /* Billede str i thumb strimmel */

     .highslide-thumbstrip-vertical img {
	width: 190px; /* Thumb str i strimmel */
    }


    /* Put the image number in front of the caption */

       .highslide-number {
	display: inline;
	padding-right: 1em;
	color: white;
        } 


         /* Baggrunds billede og gennemsigtighed på den */

   #page-background {position:fixed; top:0; left:0; width:100%; height:100%; z-index:-1; filter: brightness(40%);filter: contrast(65%);} 