@charset "utf-8";

#fatbox-veil {
  z-index: 10001;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #000;
}


/* @group shadow */

#fatbox-shadow {
  z-index: 10003;
  position: absolute;
  display: none;
}

#fatbox-shadow-background {
  position: absolute;
  color: #000;
  background: #fff;
}

#fatbox-shadow div img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.fatbox-shadow-n {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: -20px;
  width: 100%;
  height: 10px;
}

.fatbox-shadow-n img {
  top: 0;
  left: 40px;
}

.fatbox-shadow-e {
  position: absolute;
  overflow: hidden;
  top: -20px;
  right: 0;
  width: 10px;
  height: 100%;
}

.fatbox-shadow-e img {
  top: 40px;
  right: 0;
}

.fatbox-shadow-s {
  position: absolute;
  overflow: hidden;
  left: -20px;
  bottom: 0;
  width: 100%;
  height: 10px;
}

.fatbox-shadow-s img {
  left: 40px;
  bottom: 0;
}

.fatbox-shadow-w {
  position: absolute;
  overflow: hidden;
  top: -20px;
  left: 0;
  width: 10px;
  height: 100%;
}

.fatbox-shadow-w img {
  top: 40px;
  left: 0;
}

.fatbox-shadow-ne {
  position: absolute;
  top: 0;
  right: 0;
}

.fatbox-shadow-se {
  position: absolute;
  right: 0;
  bottom: 0;
}

.fatbox-shadow-sw {
  position: absolute;
  left: 0;
  bottom: 0;
}

.fatbox-shadow-nw {
  position: absolute;
  top: 0;
  left: 0;
}

/* @end group shadow */


/* @group stage */

#fatbox-stage {
  z-index: 10010;
  overflow: hidden;
  position: absolute;
  display: none;
  color: #000;
  background-color: #fff;
}

#fatbox-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}

#fatbox-content {
  position: absolute;
  visibility: hidden;
}

/* @end group stage */


/* @group buttons */

#fatbox-close {
  z-index: 10004;
  position: absolute;
  display: none;
  cursor: pointer;
}