#cboxOverlay{
  opacity: 0.7 !important;
}
#cboxContent{
  background:#fff;
  overflow:visible;
}
#cboxError{
  padding:50px;
  border:1px solid #ccc;
}
#cboxLoadedContent{
  margin-bottom:0;
  margin-top:18px;
}
#cboxMiddleLeft,#cboxMiddleRight{
  width:25px;
}
#cboxLoadingOverlay{
  /*background:url(images/loading_background.png) no-repeat center center;*/
}
#cboxLoadingGraphic{
  /*background:url(images/loading.gif) no-repeat center center;*/
}
#cboxTitle{
  position:absolute;
  bottom:-25px;
  left:0;
  text-align:center;
  width:100%;
  font-weight:bold;
  color:#7C7C7C;
}
#cboxCurrent{
  position:absolute;
  bottom:-25px;
  left:58px;
  font-weight:bold;
  color:#7C7C7C;
}
#cboxClose {
  top: 0;
}
#cboxClose:active {
  outline:0;
}
