.dw .b {
  background:url(/facebox/b.png);
}

.dw .tl {
  background:url(/facebox/tl.png);
}

.dw .tr {
  background:url(/facebox/tr.png);
}

.dw .bl {
  background:url(/facebox/bl.png);
}

.dw .br {
  background:url(/facebox/br.png);
}

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

.dw .popup {
  position: relative;
}

.dw table {
  border-collapse: collapse;
}

.dw td {
  border-bottom: 0;
  padding: 0;
}

.dw .body {
  padding: 0px;
  background: #fff;

}



.dw .loading {
  text-align: center;
}

.dw .image {
  text-align: center;
}

.dw img {
  border: 0;
  margin: 0;
}


.dw{
	z-index:1002
}

.layerBG{z-index: 105; width: 100%; position: absolute; left: 0pt; top: 0pt; background: none repeat scroll 0% 0% black; height: 100%; opacity: 0.5;filter:alpha(opacity=50)}

.dw .dw_footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  padding-right: 10px;
  margin-top: 10px;
  text-align: right;
}

.dw .tl, .dw .tr, .dw .bl, .dw .br {
  height: 10px;
  width: 10px;
  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');
}

