#cboxOverlay {
  background: url('../images/overlay8c3f.png?Asd') repeat 0 0;
  top: 0;
  left: 0;
  z-index: 9;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
#colorbox {
  outline: 0;
  z-index: 9999;
}
#cboxContent {
  overflow: visible;
  /*background: #FFF;*/
  /*padding: 20px;*/
  padding-bottom: 0;
  /*border-bottom: 10px solid #00A95F;*/
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: none;
}
#cboxLoadingGraphic {
  background: url('../images/loading.gif') no-repeat center center;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

#cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url('../images/controls.png') no-repeat 0 0;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  background: url('../images/direita.png');
  width: 38px;
  height: 75px;
  border:0;
  position: absolute;
  left: -80px;
  top:40%;
  text-indent: -9999px;
}

#cboxNext {
  background: url('../images/esquerda.png');
  width: 38px;
  height: 75px;
  border:0;
  position: absolute;
  right: -80px;
  top:40%;
  text-indent: -9999px;
}

#cboxClose {
  /*background: url('../images/fechar.png');*/
/*  width: 86px;
  height: 30px;
  border:0;
  position: absolute;
  right: -80px;
  top:5%;
  text-indent: -9999px;*/
  display: none;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}