#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-border.png);
  	height:40px;
	width:10px;
}
#facebox .bleft{
	border:orange 0px solid;
	background:url(/img/site/facebox/bleft-border.png);
	height:10px;
	width:40px;
}
#facebox .bright{
	border:orange 0px solid;
	padding:0;
	margin:0px;
	background:url(/img/site/facebox/bright-border.png) repeat-y top left;
  	height:10px;
  	width:40px;  
}
#facebox .bbottom{
	background:url(/img/site/facebox/bbottom-border.png);
	height:40px;
  	width:10px;
}

#facebox .tl{
	border:red 0px solid;
	padding:0;
	margin:0;
	background:transparent url(/img/site/facebox/tl-border.png) no-repeat bottom right;
	height:40px;
	width:40px;  
}
#facebox .tr{
	border:red 0px solid;
	padding:0;
	margin:0;
	background:transparent url(/img/site/facebox/tr-border.png) no-repeat bottom left;
	height:40px;
	width:40px;
}
#facebox .bl{
	padding:0;
	margin:0;
	background:transparent url(/img/site/facebox/bl-border.png) no-repeat top right;
	height:40px;
	width:40px;
}
#facebox .br{
	padding:0 0 0 0;
	margin:0;
	background:transparent url(/img/site/facebox/br-border.png) no-repeat top left;
	height:40px;
	width:40px;
}

#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 0px solid;
	margin:0px;
	padding:0px;
	background:#fff;
	font-size:1em;
	width:auto;
}

#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:0px solid #DDDDDD;
	padding-top:0px;
	margin-top:0px;
	padding-right:0%;
	text-align:right;
	width:100%;
}

/*#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;
}




#facebox a.close{
	border:red 0px solid;
	clear:both;
	float:right;	
	margin:0 0 0 0px;
	padding:0 0px 0px 0;
}

#facebox .close_image{
	border:red 0px solid;
	margin:0 0 0 0px;
	padding:3px 5px 3px 0;
}

#facebox .close_image-2{
	border:red 0px solid;
	margin:0 0 0 0px;
	padding:0 5px 5px 0;
}


