/* Unnested styles */
#colorbox, #cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 0px;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/* nested styles */
#colorbox {
  outline: 0;
}
#colorbox #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  max-width: none;
}
#colorbox #cboxWrapper #cboxMiddleLeft, #colorbox #cboxWrapper #cboxBottomLeft {
  clear: left;
}
#colorbox #cboxWrapper #cboxTopLeft, #colorbox #cboxWrapper #cboxTopRight, #colorbox #cboxWrapper #cboxBottomLeft, #colorbox #cboxWrapper #cboxBottomRight, #colorbox #cboxWrapper #cboxMiddleLeft, #colorbox #cboxWrapper #cboxMiddleRight, #colorbox #cboxWrapper #cboxTopCenter, #colorbox #cboxWrapper #cboxBottomCenter {
  width: 0px;
  height: 0px;
}
#colorbox #cboxWrapper #cboxContent {
  position: relative;
  overflow: visible;
}
#colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#colorbox #cboxWrapper #cboxContent #cboxTitle {
  margin: 0;
  display: none;
}
#colorbox #cboxWrapper #cboxContent #cboxCurrent {
  display: none !important;
}
#colorbox #cboxWrapper #cboxContent #cboxPrevious, #colorbox #cboxWrapper #cboxContent #cboxNext, #colorbox #cboxWrapper #cboxContent #cboxClose, #colorbox #cboxWrapper #cboxContent #cboxSlideshow {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  outline: none;
}
#colorbox #cboxWrapper #cboxContent #cboxPrevious:active, #colorbox #cboxWrapper #cboxContent #cboxNext:active, #colorbox #cboxWrapper #cboxContent #cboxClose:active, #colorbox #cboxWrapper #cboxContent #cboxSlideshow:active {
  outline: 0;
}
#colorbox #cboxWrapper #cboxContent #cboxClose {
  position: absolute;
  font-size: 0;
  text-indent: -9999px;
}
#colorbox #cboxWrapper #cboxContent #cboxPrevious, #colorbox #cboxWrapper #cboxContent #cboxNext {
  position: absolute;
  font-size: 0;
  text-indent: -9999px;
}
#colorbox #cboxWrapper #cboxContent #cboxLoadingOverlay, #colorbox #cboxWrapper #cboxContent #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#colorbox #cboxWrapper #cboxContent #cboxLoadingOverlay {
  background: none !important;
}
#colorbox #cboxWrapper #cboxContent #cboxLoadingGraphic {
  background: none !important;
}
#colorbox #cboxWrapper #cboxContent #cboxSlideshow {
  display: none;
}

/* wizard defult */
#cboxClose {
  background: url(/assets/images/modal_close.png) no-repeat;
  position: absolute;
  top: -87px;
  right: 0px;
  width: 57px;
  height: 57px;
  cursor: pointer;
  z-index: 8040;
}
#cboxClose:hover {
  opacity: 0.7;
}

/* IE7.8 hack */
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*# sourceMappingURL=colorbox.css.map */
