#facebox .t {
  background:url(t.png);
}
#facebox .b {
  background:url(b.png);
  height:20px;
}
#facebox .l{
  width:20px;
  background:url(l.png) no-repeat 0 59px;
  vertical-align:top;
}
  #facebox .l .ml{
    height:59px;
    background:url(ml.png);
  }
#facebox .r{
  width:20px;
  background:url(r.png) no-repeat 0 59px;
  vertical-align:top;
}
  #facebox .r .mr{
    height:59px;
    background:url(mr.png);
  }

#facebox .tl {
  background:url(tl.png);
  width:20px;
  height:20px;
}

#facebox .tr {
  background:url(tr.png);
  width:20px;
  height:20px;
}

#facebox .bl {
  background:url(bl.png);
  width:20px;
  height:20px;
}

#facebox .br {
  background:url(br.png);
  width:20px;
  height:20px;
}

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

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
  width:700px;
}

#facebox .body {
  padding:0 10px 10px 10px;
 /* width:650px;*/
  background:#fff url(fb_body_bg.png) repeat-x;
}

#facebox p.caption{
  width:800px;
  font-size:100%;
  margin-bottom:5px;
}
#facebox p.position{
  font-size:80%;
  color:#aaa;
}

#facebox #news_main{
  max-height:500px;
  overflow:auto;
  padding:10px;
}

#facebox .content{
  position:relative;
  text-align:center;
}

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

#facebox .left {
  float: left;
  text-align:left;
}
  #facebox .left p{
    margin-top:10px;
    line-height:.9em;
  }

#facebox .right {
  float: right;
  text-align:right;
}


  #facebox .right .close_image{
    border:0;
	margin-top:10px;
    cursor:pointer;
  }

  #facebox .right .close{
    display:block;
	clear:left;
  }

#facebox .footer {
  padding-top: 5px;
}


/*--- new stuff ---*/
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

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

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

#facebox .play,
#facebox .next,
#facebox .prev{
  cursor:pointer;
}