#lightbox_bg{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  background: #000000;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index:100;
  display: none;
  }
#lightbox_box{
  display:none;
  position: absolute;
  width:10px;
  height:10px;
  top:0px;
  left:0px;
  border: 10px solid #ffffff;
  z-index:101;
  cursor: pointer;
  }
#lightbox_closer{
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #ffffff;
  font-family: verdana,sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
  }
#lightbox_tip{
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  text-align: center;
  display: none;
  background: #ffffff;
  font-family: verdana,sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 1px;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
  }
