#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	text-align: left;
	font-family: "Century Gothic";
}

#facebox .popup{
  position:relative;
  top:80px;
  border:20px solid rgba(0,0,0,0.8);
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  -webkit-box-shadow:0 0 0px rgba(0,0,0,0);
  -moz-box-shadow:0 0 0px rgba(0,0,0,0);
  box-shadow:0 0 0px rgba(0,0,0,0);
}

#facebox .content {
  display:table;
  width: 370px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
}
#facebox .close img{
  opacity:0.7;
}
#facebox .close:hover img{
  opacity:1.0;
}

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

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

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

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

#facebox .bolder {
  background: black;
  color: white;
  font-size: 20px;
  padding: 20px;
  width: 270px;
  height:250px;
}
