#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: hidden;
  top: 0;
  z-index: 9999;
  position: absolute;
  left: 0;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  border:  none;
  margin: auto;
  float: left;
  display: block;
  max-width: none;
}
.cboxIframe {
  border:  none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#colorbox, #cboxContent, #cboxLoadedContent {
  -moz-box-sizing: content-box;
}
#cboxOverlay {
  background: transparent url(images/overlay.png) repeat scroll 0;
}
#colorbox {
  outline-color: invert;
  outline-style: none;
  outline-width: 0;
}
#cboxTopLeft {
  background: transparent url(images/controls.png) no-repeat scroll -101px 0;
  width: 21px;
  height: 21px;
}
#cboxTopRight {
  background: transparent url(images/controls.png) no-repeat scroll -130px 0;
  width: 21px;
  height: 21px;
}
#cboxBottomLeft {
  background: transparent url(images/controls.png) no-repeat scroll -101px -29px;
  width: 21px;
  height: 21px;
}
#cboxBottomRight {
  background: transparent url(images/controls.png) no-repeat scroll -130px -29px;
  width: 21px;
  height: 21px;
}
#cboxMiddleLeft {
  background: transparent url(images/controls.png) repeat-y scroll left top;
  width: 21px;
}
#cboxMiddleRight {
  background: transparent url(images/controls.png) repeat-y scroll right top;
  width: 21px;
}
#cboxTopCenter {
  background: transparent url(images/border.png) repeat-x scroll 0;
  height: 21px;
}
#cboxBottomCenter {
  background: transparent url(images/border.png) repeat-x scroll 0 -29px;
  height: 21px;
}
#cboxContent {
  background: #ffffff none repeat scroll 0%;
  overflow: hidden;
}
.cboxIframe {
  background: #ffffff none repeat scroll 0%;
}
#cboxError {
  border: 1px solid #cccccc;
  padding: 50px;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxLoadingOverlay {
  background: transparent url(images/loading_background.png) no-repeat scroll center;
}
#cboxLoadingGraphic {
  background: transparent url(images/loading.gif) no-repeat scroll center;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border:  none;
  margin: 0;
  padding: 0;
  background: transparent none repeat scroll 0%;
  overflow: visible;
  width: auto;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline-color: invert;
  outline-style: none;
  outline-width: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  background: transparent url(images/controls.png) no-repeat scroll -75px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  background: transparent url(images/controls.png) no-repeat scroll -50px 0;
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose {
  background: transparent url(images/controls.png) no-repeat scroll -25px 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position:  -25px -25px;
}
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
}
