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

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

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

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

#facebox .br {
  background:url(../facebox/b.png);
}
*/
#facebox {
/*position:absolute;
	
	width:100%;
	height:200%;
	background-color: #000;
  	filter:alpha(opacity=60);
  	-moz-opacity: 0.6;
  	opacity: 0.6;*/

 background:url(../facebox/b.png);
 
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 170%;
  padding-top:50px;
  padding-bottom:50px;
  z-index: 100;

}

/*#facebox .popup {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}*/

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

#facebox .body {
  padding: 10px;
  background: #fff;
 /* width: 90%;*/
}

#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: 10px;
  /*text-align: right;
}

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