#facebox .b {
	background-image: url(../layout/facebox/b.png);
}
#facebox .tl {
	background:url(../layout/facebox/tl.png);
}
#facebox .tr {
	background:url(../layout/facebox/tr.png);
}
#facebox .bl {
	background:url(../layout/facebox/bl.png);
}
#facebox .br {
	background:url(../layout/facebox/br.png);
}
#facebox {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	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 {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 3px;
  text-align: center;
}
#facebox .info {
  margin-top: 5px;
  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 {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

