#LB_Shade {
   display: none;
   position: fixed;
   z-index: 1000;
   top: 0%; left: 0%;
   width: 100%; height: 100%;
   background-color: #111111;
   -moz-opacity: 0.95;
   opacity:.85;
   filter: alpha(opacity=85);
}

.LB_Full {
   display: none;
   position: fixed;
   z-index: 2000;
   border: 2px solid black;
   background: black;
   padding: 10px;
   background-color: white;
}

.LB_Simple { cursor: pointer; }

.two {
  z-index: 3000;
  display: none;
  position: absolute;
  background-color: #ffffff;
}
