#colorbox {
  z-index: 9999;
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
}

#cboxOverlay {
  z-index: 9999;
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
}

#cboxWrapper {
  z-index: 9999;
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft {
  clear: left;
}

#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  overflow: hidden;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxLoadedContent IFRAME {
  border-bottom: 0px;
  border-left: 0px;
  width: 100%;
  display: block;
  height: 100%;
  border-top: 0px;
  border-right: 0px;
}

#cboxTitle {
  margin: 0px;
}

#cboxLoadingOverlay {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}

#cboxLoadingGraphic {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}

#cboxPrevious {
  cursor: pointer;
}

#cboxNext {
  cursor: pointer;
}

#cboxClose {
  cursor: pointer;
}

#cboxSlideshow {
  cursor: pointer;
}

#cboxOverlay {
  background: url(../images/overlay.png) 0px 0px;
}

#colorbox {
}

#cboxTopLeft {
  width: 21px;
  background: url(../images/controls.png) no-repeat -100px 0px;
  height: 21px;
}

#cboxTopRight {
  width: 21px;
  background: url(../images/controls.png) no-repeat -129px 0px;
  height: 21px;
}

#cboxBottomLeft {
  width: 21px;
  background: url(../images/controls.png) no-repeat -100px -29px;
  height: 21px;
}

#cboxBottomRight {
  width: 21px;
  background: url(../images/controls.png) no-repeat -129px -29px;
  height: 21px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(../images/controls.png) repeat-y left top;
}

#cboxMiddleRight {
  width: 21px;
  background: url(../images/controls.png) repeat-y right top;
}

#cboxTopCenter {
  background: url(../images/border.png) repeat-x 0px 0px;
  height: 21px;
}

#cboxBottomCenter {
  background: url(../images/border.png) repeat-x 0px -29px;
  height: 21px;
}

#cboxContent {
  background: #fff;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 4px;
  color: #949494;
  left: 0px;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  color: #949494;
  left: 58px;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  color: #0092ef;
  right: 30px;
}

#cboxPrevious {
  position: absolute;
  text-indent: -9999px;
  width: 25px;
  bottom: 0px;
  background: url(../images/controls.png) no-repeat -75px 0px;
  height: 25px;
  left: 0px;
}

.hover#cboxPrevious {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  text-indent: -9999px;
  width: 25px;
  bottom: 0px;
  background: url(../images/controls.png) no-repeat -50px 0px;
  height: 25px;
  left: 27px;
}

.hover#cboxNext {
  background-position: -50px -25px;
}

#cboxLoadingOverlay {
  background: url(../images/loading.gif) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}

#cboxClose {
  position: absolute;
  text-indent: -9999px;
  width: 25px;
  bottom: 0px;
  background: url(../images/controls.png) no-repeat -25px 0px;
  height: 25px;
  right: 0px;
}

.hover#cboxClose {
  background-position: -25px -25px;
}

.cboxIE #cboxTopLeft {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/internet_explorer/borderTopLeft.png, sizingMethod='scale');
  background: none transparent scroll repeat 0% 0%;
}

.cboxIE #cboxTopCenter {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/internet_explorer/borderTopCenter.png, sizingMethod='scale');
  background: none transparent scroll repeat 0% 0%;
}

.cboxIE #cboxTopRight {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/internet_explorer/borderTopRight.png, sizingMethod='scale');
  background: none transparent scroll repeat 0% 0%;
}

.cboxIE #cboxBottomLeft {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');
  background: none transparent scroll repeat 0% 0%;
}

.cboxIE #cboxBottomCenter {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');
  background: none transparent scroll repeat 0% 0%;
}

.cboxIE #cboxBottomRight {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/internet_explorer/borderBottomRight.png, sizingMethod='scale');
  background: none transparent scroll repeat 0% 0%;
}

.cboxIE #cboxMiddleLeft {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');
  background: none transparent scroll repeat 0% 0%;
}

.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');
  background: none transparent scroll repeat 0% 0%;
}
