#facebox .b {
  background:url(/scripts/facefiles/b.png);
}

#facebox .tl {
  background:url(/scripts/facefiles/b.png);
}

#facebox .tr {
  background:url(/scripts/facefiles/b.png);
}

#facebox .bl {
  background:url(/scripts/facefiles/b.png);
}

#facebox .br {
  background:url(/scripts/facefiles/b.png);
}

#facebox {
  position: absolute;
  width: 99.9%;
  top: 0px;
  left: 0px;
  z-index: 100;
  text-align: center;

  

}

#facebox .popup {
  position: relative;
  top:-20px;

}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 0px;
  background: #3c2c22;
  width:500px;
  height:482px;	
  border:2px solid #1d242a;
}

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

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

#facebox img {
  border: 0;
}

#facebox .footer {
 
  padding-top: 0px;
  margin-top: 0px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 0px;
  width: 0px;
  overflow: hidden;
  padding: 0;
}

