#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: left;
}


#facebox .popup{

  border: 10px solid rgba(0,0,0,0.5);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
/*   -webkit-box-shadow:0 0 6px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 6px rgba(0,0,0,0.4);
  box-shadow:0 0 6px rgba(0,0,0,0.4); */
}


#facebox .content {
  display:table;
  width: 370px;
  /* padding: 10px; */
  background: #fff;

/*   -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px; */
}

#facebox .big {
  background: #fff;
  width: 870px;
  height: 528px;
}



#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:15px;
  right:15px;
  padding:2px;
  width: 8px;
  height: 8px;
  background: url('closelabel.png') center center no-repeat;
}

#facebox .loadingFaceBox {
  font-size: 15px;
  color: #757575;
  font-family: tahoma;
  padding: 10px;
/*   background: #fff; */
  background: #fff url('loading.gif') center center no-repeat;
/*   text-align: center;
  width: 32px;
  height: 32px;
  background: url('loading.gif') center center no-repeat; */
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 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: 8999;
}