.spr_common_colorbox_btn-sprite, #cboxPrevious, #cboxPrevious:hover, #cboxNext, #cboxNext:hover, #cboxClose, #cboxClose:hover {
  background-image: url('../images/spr_common_colorbox_btn.png');
  background-repeat: no-repeat;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#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 {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}

#cboxContent {
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 0px solid #fff;
}

#cboxLoadedContent {
  background: #fff;
  padding: 67px 69px 59px 70px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  /*behavior: url("/common/css/ie-css3.htc");*/
}

#cboxLoadingOverlay {
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  /*behavior: url("/common/css/ie-css3.htc");*/
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
  display: block;
  text-indent: -9999px;
  position: absolute;
  background-repeat: no-repeat;
}

#cboxPrevious {
  background-position: -26px -60px;
  height: 26px;
  width: 26px;
  top: 254px;
  left: 20px;
  z-index: 100;
}
#cboxPrevious:hover {
  background-position: 0 -60px;
}

#cboxNext {
  background-position: -26px -34px;
  height: 26px;
  width: 26px;
  top: 254px;
  right: 20px;
  z-index: 100;
}
#cboxNext:hover {
  background-position: 0 -34px;
}

#cboxClose {
  background-position: 0 -17px;
  height: 17px;
  width: 70px;
  bottom: 20px;
  right: 22px;
  z-index: 100;
}
#cboxClose:hover {
  background-position: 0 0;
}
