#fancybox-close,
#fancybox-left-ico,
#fancybox-right-ico {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
}
#fancybox-frame,
#fancybox-img {
  width: 100%;
  border: none;
  height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: 0;
  display: none;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: 0;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0 solid #fff;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: 0 0;
  z-index: 1101;
}
#fancybox-close {
  top: -15px;
  right: -15px;
  background-color: #0d0d0d;
  border-radius: 9999rem;
  border: solid 0.25rem white;
  z-index: 1103;
  display: none;
}
#fancybox-close::before,
#fancybox-close::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: white;
  height: 1rem;
  width: 0.125rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fancybox-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#fancybox-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#fancybox-error {
  color: #444;
  font: 400 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  padding: 0;
  margin: 0;
  outline: 0;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  display: block;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: 0;
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0;
}
#fancybox-right {
  right: 0;
}
#fancybox-left-ico,
#fancybox-right-ico {
  top: 50%;
  left: -9999px;
  margin-top: -15px;
  z-index: 1102;
  display: block;
}
#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}
#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: left;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
}
#fancybox-title-float-main {
  color: #fff;
  line-height: 29px;
  font-weight: 700;
  padding: 0 0 3px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
}
