.black_overlay {
          display: none;
          position: absolute;
          top: 0%;
          left: 0%;
          width: 100%;
          height: 100%;
          background-color: black;
          z-index:1001;
          .moz-opacity: 0.75;
          opacity:.75;
          filter: alpha(opacity=75);
      }
       
      .white_content {
          display: none;
          position: absolute;
          top: 20%;
          left: 50%;
          width: 554px;
		  margin-left:-277px;
		  padding:15px 30px 30px 30px;  
          height: 300px; 
          /*border: 1px solid black;*/
          /*background-color: white;*/
		  background-image:url(bbb.png);  
		  background-repeat:no-repeat;  
          z-index:1002;
          overflow: auto;
      }
	
	      .white_content_galerie {
          display: none;
          position: absolute;
          top: 25px;
          left: 50%;
          width: 840px;
		  margin-left:-420px;
		  padding-top:20px;  
          height: 618px; 
          /*border: 1px solid black;*/
          /*background-color: white;*/
		  background-image:url(lightbox.png);  
		  background-repeat:no-repeat;  
          z-index:1002;
          overflow: auto;
		  text-align:center;  
      }
	
	  .white_content .exit {
		  position:absolute;
		  top:30px;
		  right:43px;  
		}
		
.white_content_galerie .foto {
	//position:absolute;
	//left:20px;
	//top:20px;
	border:1px solid #cccccc;
	margin-bottom:4px;
}
		
.white_content_galerie #navi {
	width:800px;
	height:40px;
}
