#cboxOverlay,{
  position: fixed !important;
  top: 0 !important;
  z-index: 999999999999999;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
 left: 0;
 background: black;
}
#colorbox{
    background: black;
    z-index: 999999999999999;
}
#cboxWrapper{
    margin: 0 auto;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  width: 100% !important;
    height: inherit !important;
  overflow: initial !important;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  margin: auto;
  border: 0;
  display: block;
    width: 100%;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#cboxOverlay {
  background: #fff;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxTitle {
  display: none;
  position: absolute;
  top: -20px;
  left: 0;
  color: #868686;
  text-transform: uppercase;
}
#cboxCurrent {
  display: none!important;
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/wp-content/themes/limon/css/images/controls.png) no-repeat top left; width: 38px; height: 32px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:0px; margin-top:-32px; background:url(/wp-content/themes/limon/css/images/controls.png) no-repeat -40px top; width: 38px; height: 32px; text-indent:-9999px;}
#cboxNext:hover{background-position:-40px bottom;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(/wp-content/themes/limon/css/images/loading.gif) no-repeat center center;}
#cboxClose{
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(/wp-content/themes/limon/css/images/controls.png) no-repeat top right;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}
#cboxClose:hover{background-position:top right;}