#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10001;
  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%;
}
#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: #fff;
}
#colorbox {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  margin: 0 !important;
  z-index: 10002;
}
#colorbox.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
#colorbox.fade.in {
  top: 10%;
}
#cboxLoadedContent {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
  margin-top: 48px;
  /*margin-bottom: 59px;*/
  max-height: none;
}
#cboxTitle {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
#cboxTitle .close {
  margin-top: 2px;
}
#cboxTitle h3 {
  margin: 0;
  line-height: 30px;
}
.cb-icon {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background-image: url("../img/glyphicons-halflings.png");
  background-repeat: no-repeat;
  *margin-right: .3em;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #333333;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #333333;
}
#cboxPrevious {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background-image: url("../img/glyphicons-halflings.png");
  background-repeat: no-repeat;
  *margin-right: .3em;
  background-position: -240px -96px;
  bottom: 8px;
  left: 5px;
}
#cboxNext {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background-image: url("../img/glyphicons-halflings.png");
  background-repeat: no-repeat;
  *margin-right: .3em;
  background-position: -264px -96px;
  bottom: 8px;
  left: 19px;
}
#cboxClose {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background-image: url("../img/glyphicons-halflings.png");
  background-repeat: no-repeat;
  *margin-right: .3em;
  background-position: -312px 0;
  top: 5px;
  right: 5px;
}
#cboxLoadingGraphic {
  background: url(img/loading.gif) no-repeat center center;
}
.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);
}