#facebox .tlc { background: url(images/tlc.png); }
#facebox .trc { background: url(images/trc.png); }
#facebox .blc { background: url(images/blc.png); }
#facebox .brc { background: url(images/brc.png); }
#facebox .tb { background: url(images/tb.png) repeat-x 0 0; }
#facebox .bb { background: url(images/bb.png) repeat-x 0 0; }
#facebox .lb { background: url(images/lb.png) repeat-y 0 0; }
#facebox .rb { background: url(images/rb.png) repeat-y 0 0; }

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

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 4px;
  background: #f0f0f0;
  width: 782px;
}

#facebox .content {
	position: relative;
  	height: 100%;
  	width: 782px;
}

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

#facebox .tlc, #facebox .trc, #facebox .blc, #facebox .brc {
  height: 15px;
  width: 15px;
  overflow: hidden;
  padding: 0;
}

#facebox .tb, #facebox .lb, #facebox .rb, #facebox .bb { 
	width: 15px;
	overflow: hidden;
	padding: 0;
}

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

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

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

