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

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

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

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

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

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

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

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

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

#facebox img {
  border: 0;
  margin: 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: 20px;
  width: 20px;
  overflow: hidden;
  padding: 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;
}

/*
	Custom facebox	*/
#facebox .footer {
	position: relative;
	background: #000;
	height: 35px;
}

.close {
	width: 75px;
	height: 22px;
	background: url(prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
	position: absolute;
	right: 0;
	bottom: 2px;
	text-indent: -10000px;
}

.content .h3-title {
	font-size: 1.5em;
}
	
#facebox .content {
	padding: 10px 20px;
	position: relative;
	overflow: hidden;
}

#facebox p, #facebox ul, #facebox li, #facebox a {
	font-size: 12px;
}

#facebox ul {
	list-style-image: url(images/bullet.png);
}

#facebox li {
	margin: 0;
}

#popup-left-col {
	width: 275px;
	float: left;
}

#popup-left-col img {
	border: 4px solid #979797;
}

#popup-left-col .link { margin: 0 0 0 0; }

#popup-left-col .link a {
	font-size: 12px;
	text-decoration: none;
	display: block;
	text-align: right;
	float: right;
	margin: 0;
	color: #979797;
	padding: 0 16px 0 0;
	background: url(../img/arrow.png) no-repeat right 3px;
}

#popup-left-col .link a:hover { text-decoration: underline; }

#popup-center-col {
	width: 200px;
	float: left;
	clear: none;
	margin: 56px 10px 0 10px;
}

#popup-center-col.colspan {
	width: 370px;
}

#popup-right-col {
	width: 200px;
	float: left;
	clear: none;
	margin: 56px 0 0 0;
}

#popup-below {
	float: left;
	margin: 10px;
}
