.home-lightbox-112013 .lightbox-close {
  top: 20px;
  right: 20px;
}

/* ==========================================================================
   Lightbox
   ========================================================================== */

.lightbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  text-align: center;
  z-index: 10020;
}

  .lightbox-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    opacity: 0.75;
    filter: alpha(opacity=75);
    z-index: 10000;
    display: none;
  }

  .lightbox-contents {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 20px;
    line-height: 15px; /* reset line-height */
    text-align: left;
    vertical-align: middle;
    background: white;
    z-index: 10050;
  }

  .lightbox iframe.raet {
      border: 1px solid #e1e1e1;
      min-width: 800px;
      min-height: 700px;
  }

    .lightbox-header {
      position: relative;
      padding: 0 60px 0 0;
    }

    .lightbox-header h2 {

      margin-bottom: 20px;
    }
      .lightbox-title[class] {
        padding: 4px 0 0;
        line-height: 36px;
      }

      .lightbox-close {
        position: absolute;
        top: 0;
        right: 0;
      }

      .lightbox-contents .content > img {
        display: block;
      }