#imgbox-loading {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  z-index: 90;
}

#imgbox-loading div {
  background: #FFF;
  width: 100%;
  height: 100%;
}

#imgbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
  z-index: 80;
}

.imgbox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  display: none;
  z-index: 90;
  border: 1px solid #666666;
  -webkit-box-shadow: 0 0 10px #333333;
  -moz-box-shadow: 0 0 20px #333333;
  box-shadow: 0 0 20px #333333;
}

.imgbox-img {
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.imgbox-title {
  padding-top: 10px;
  font-size: 12px;
  text-align: center;
  font-family: 'microsoft yahei', '΢���ź�';
  ;
  color: #333;
  display: none;
}

.imgbox-bg-wrap {
  position: absolute;
  padding: 0;
  margin: 0;
  display: none;
}

.imgbox-bg {
  position: absolute;
  width: 20px;
  height: 20px;
}