      ul.thumb {
          float: left;
          list-style: none;
          margin: 0;
          padding: 10px;
          width: 600px;
      }
      ul.thumb li {
          margin: 6px;
          padding: 0px;
          float: left;
          position: relative;  /*relatieve positionering */
          width: 105px;
          height: 71px;
		  display: inline;
      }
      ul.thumb li img {
          width: 105px;
          height: 71px; /* thumbnail size v.d kleine thumbnails*/
          /*-ms-interpolation-mode: bicubic; /* Bicubische  interpolatie voor IE */
          border: 0px solid #ddd;
          /*padding: 6px;*/
          /*background: #f0f0f0;*/
          position: absolute;
          left: 0;
          top: 0;
      }
      ul.thumb li img.hover {
          background:url(pictures/thumb_bg.png) no-repeat center center;  /* Image als achtergrond bij hover effect*/
          border: none; /* Geen rand bij hover */
      }
	  #lightbox_overlay {
		  position: absolute;
		  top:0;
		  left:0;
		  /*height:100%;
		  width:100%;*/
		  width:600px;
		  height:600px;
		  background:white;
		  cursor:pointer;
		  padding:12px;
		  z-index:1000;
	  }
	  #lightbox_container {
		  padding: 12px;
		  cursor:pointer;
		  position: absolute;
		  z-index:1001;
		  
	  }
	  #lightbox_container img{
		  width: 576px;
		  height: 398px;
	  }

