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

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

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

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

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

#facebox {
  
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  letter-spacing: 0em;
  font-size:11px;
  line-height:150%;
  color:#666666;
  
  height:100%;
  text-align:left;
  
 
}

#facebox .popup {
  	position: absolute;
  
  	top:170px;
	left:0;
	width:100%;
	height:500px;
	

	background-color:#ffffff;

	
	z-index: 101;
	padding-top:50px;
  	

}





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

#facebox .body {
  padding: 10px;
  background: #ffffff;
  width: 300px;
  
  overflow:hidden;
  
 
  
 
}

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

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

#facebox img {
  border: 0;
}

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

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

