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

#facebox table {
  border-collapse: collapse;
}

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

#facebox .popup {
  position: relative;
}

#facebox .body {
  padding: 0px 20px 15px 20px;
  background: #000;
  font: 11px/15px Arial, Helvetica, sans-serif;
  color: #999;
  width: 387px;
}

#facebox .body h1 {
  text-transform: uppercase;
  color: #999;
  border-bottom: 1px solid #999;
  font: 13px/13px Arial, Helvetica, sans-serif;
  padding: 9px 0px 4px 0px;
  margin-bottom: 5px;
}

#facebox .body p {
  color: #666;
}

#facebox .body a {
  color: #fff;
  text-decoration: none;
  padding: 0px 2px;
}

#facebox .body .current {
  padding: 0px 2px;
  color: #f60;
}

#facebox .loading {
  text-align: center;
  width: 387px;
  padding: 150px 0px;
}

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

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .head {
  line-height: 20px;
  padding: 13px 0px;
  height: 22px;
}

#facebox .head h1{
  border-bottom: none;
  line-height: 20px;
  padding: 0px;
  margin: 0px;
  z-index: 9999;
}

.flvplayer { display: none;}

#facebox .head a{
  text-decoration: none;
  text-transform: uppercase;
  color: #ff6600;
  line-height: 20px;
/*   background: url('../sitecore/shell/themes/Standard/Images/facebox-close.gif') right 0px no-repeat; */
/*   padding-right: 30px; */
  background: none;
  display: block;
  height: 20px;
  float: right;
  margin: 0px 0px 0px 20px;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 999;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(eval(document.body.clientHeight) + "px");
}

div.pagination{
	padding: 16px 0 2px 0;
}
