
@import url("/App_Css/showcase.css");
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  text-align: left;
  background: #000;
}

#facebox .popup {
  position: relative;
}

#facebox .body {
  padding: 20px 10px 10px;
  background: #000;
  width: 480px;
}

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

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

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

#facebox .footer {
  position: absolute;
  top: 0px; 
  right: 0px;
  text-align: right;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  z-index: 1998;
}

.facebox_hide {
  z-index:100;
}

.facebox_overlayBG {
  background: #34363C;
  z-index: 1999;
}

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


