#facebox .f-tl {
  background: transparent url('../images/f-tl.png') 0 0 no-repeat;
}

#facebox .f-t {
  background:url(../images/f-t.png);
}

#facebox .f-tr {
  background:url(../images/f-tr.png);
}

#facebox .f-l {
  background:url(../images/f-l.png);
}

#facebox .f-r {
  background:url(../images/f-r.png);
}

#facebox .f-bl {
  background:url(../images/f-bl.png);
}

#facebox .f-b {
  background:url(../images/f-b.png);
}

#facebox .f-br {
  background:url(../images/f-br.png);
}
.f-tl, .f-tr, .f-bl, .f-br {
	width: 1px;
	height: 1px;
}
.f-l, .f-r {
	width: 1px;
}
.f-t, .f-b {
	height: 1px;
}
#facebox .f-tr, #facebox .f-r, #facebox .f-br {
	background-repeat: repeat-y;
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  border: none;
  zoom: 1;
}

#facebox .popup {
  	position: relative;
	width: 506px;
	border: none; zoom: 1;
}

#facebox table {
  border-collapse: collapse;
}

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

#facebox .body {
  padding: 28px 25px 15px;
  background: #fff;
}

.f-content {
}

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

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

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  display: none !important;
}
#facebox .up {
	position: absolute;
	left: 470px;
	top: 30px;
	z-index: 999;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .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: #000;
  opacity: 0.38 !important;
  z-index: 900;
}

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