div#cboxWrapper {
  border-radius: 0;
}

div#cboxTopLeft {
  width: 0;
  height: 0;
}

div#cboxTopCenter {
  height: 0;
}

div#cboxTopRight {
  width: 0;
  height: 0;
}

div#cboxMiddleLeft {
  width: 0;
}

div#cboxMiddleCenter {

}

div#cboxMiddleRight {
  width: 0;
}

div#cboxBottomLeft {
  width: 0;
  height: 0;
}

div#cboxBottomCenter {
  height: 0;
}

div#cboxBottomRight {
  width: 0;
  height: 0;
}

div#cboxLoadedContent {
  margin-bottom: 0;
  line-height: 0;
  background-color: #000;
  z-index: 0;

}

div#cboxLoadedContent object {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

button#cboxClose {
  z-index: 10000;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  background-image:url(img/close.png);
  background-position: 0 0;
  width: 32px;
  height: 32px;
}

button#cboxClose:hover {
  background-position: 0 -32px;
}