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

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

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

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

#facebox .br {
  background:url(../../lifeofpi/facebox/br.png);
}
*/
#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: 2px;

}
div.content{
  padding: 30px;
  width: 244px;
  height: 444px;	
}
div.content h1{
  padding: 0 0 10px 0;
  font-size: 25px;
	
}
div.content img{
  border: 2px solid #FFF;
}
div.content p{
  font-size: 14px;
	margin: 20px 0 20px 0;
}
div.content p strong{
  font-size: 16px;

}

div.facebox_group{
	background: transparent url(groups-bg.gif) no-repeat;
}
div.facebox_individual{
	background: transparent url(individual-bg.gif) no-repeat;
}
#facebox .loading {
  text-align: center;
}

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

#facebox img {
  border: 2px solid white;
  margin: 0;
}
#facebox img.close_image {
  border: none;
  margin: 0;
}
#facebox .footer {
	position: absolute;
	top: -25px;
	right: -10px;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 2px;
  width: 2px;
  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;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}