#facebox .b {
  background:url(/js/b.png) repeat-x;
}

#facebox .b-bl {
  background:url(/js/b-bl.png) bottom left repeat-x;
}


#facebox .b-ml {
  background:url(/js/b-ml.png) bottom left repeat-y;
}

#facebox .b-mr {
  background:url(/js/b-mr.png) bottom left repeat-y;
}

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

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

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

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

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

#facebox .popup {
  position: relative;
}

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

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

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

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

#facebox img {
  border: 0;
}

#facebox .footer {
 
  padding-top: 5px;
  margin-top: 3px;
  text-align: center;
}

#facebox .info {
  margin-top: 5px;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif; 
  color: #777;
  line-height: 16px;
  font-size: 11px;
}

#facebox .navigation {
  float: left;
}

#facebox .close {
  float: right;
}

#facebox .next, #facebox .prev {
  font-size: 170%;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br, #facebox .b-bl, #facebox .b-ml, #facebox .b-mr {
  height: 15px;
  width: 15px;
  overflow: hidden;
  padding: 0;
}


