#lightbox {
    background: url('../images/lightbox-top.png') no-repeat top left;
    padding-top: 20px;
    width: 414px;
    z-index: 10000;
}

#lightbox-inner {
    background: url('../images/lightbox-bottom.png') no-repeat bottom left;
    padding: 0 20px 20px 20px;
}

#lightbox p.close_wrapper {
    bottom: 5px;
    position: absolute;
    right: 16px;
}


#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

.facebox_content .button-container {
    margin-bottom: 0;
}

#facebox .popup {
  position: relative;
}

#facebox .body {
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background-color: #FFF;
  opacity: 0.8;
  z-index: 1;
}

.facebox_hide {
  z-index:-100;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

