#facebox .b {
	padding:0;
	margin:0;
  	background:url(/img/site/facebox/b.png);
}
#facebox .btop {
	border:red 0px solid;
 	background:url(/img/site/facebox/btop.png);
  	height:40px;
	width:10px;
}
#facebox .bleft {
	border:orange 0px solid;
	background:url(/img/site/facebox/bleft.png);
	height:10px;
	width:40px;
}
#facebox .bright {
  background:url(/img/site/facebox/bright.png);
  height:10px;
  width:40px;  
}
#facebox .bbottom {
	background:url(/img/site/facebox/bbottom.png);
	height:40px;
  	width:10px;
}

#facebox .tl {
	border:red 0px solid;
	padding:0;
	margin:0;
	background:transparent url(/img/site/facebox/tl.png) no-repeat bottom right;
	height:40px;
	width:41px;  
}
#facebox .tr {
	border:red 0px solid;
	padding:0;
	margin:0;
	background:transparent url(/img/site/facebox/tr.png) no-repeat bottom left;
	height:40px;
	width:41px;
}
#facebox .bl {
	padding:0;
	margin:0;
	background:transparent url(/img/site/facebox/bl.png) no-repeat top right;
	height:40px;
	width:41px;
}
#facebox .br {
	padding:0 0 0 0;
	margin:0;
	background:transparent url(/img/site/facebox/br.png) no-repeat top left;
	height:40px;
	width:41px;
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  font-size:1em;
}

#facebox .popup {
  position: relative;
  font-size:1em;
}

#facebox table {
  border-collapse: collapse;
  font-size:1em;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
  margin:0;
  font-size:1em;
}

#facebox .body {
	border:#000000 2px solid;
	padding: 0px;
	background: #fff;
	width: auto;
	font-size:1em;
}

#facebox .loading {
  text-align: center;
  margin:0 0 0 0px;
  padding:0 0px 0 0;
  left:0;
  width:650px;
  height:100px;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
	clear:both;
	float:left;
  border-top: 1px solid #DDDDDD;
  padding-top: 0px;
  margin-top: 0px;
  padding-right:1%;
  text-align: right;
  width:99%;
}

/*#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
	border:red 0px solid; 
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: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: 99;
}

/* ie6 hack */
* html #facebox_overlay { 
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
