#facebox .e {
  background: url(a.png) 0 17px;
  height: 17px;
  padding: 0;
}
#facebox .b {
  background: url(b.png) repeat-y 0 0;
  width: 17px;
  padding: 0;
}
#facebox .c {
  background:url(c.png);
  width: 17px;
  padding: 0;
}
#facebox .d {
  background:url(d.png);
  height: 17px;
  padding: 0;
}

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

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

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

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


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

#facebox .popup {
  position: relative;
}

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

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

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

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

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 3px;
  text-align: center;
  clear: left;
}

#facebox .info {
  margin-top: 5px;
  color: #777;
  line-height: 16px;
  font-size: .7em;
  float: left;
  width: 100%;
  text-align: center;
}

#facebox .title {
  margin-top: 5px;
  color: #777;
  line-height: 16px;
  font-weight: bold;
  font-size: .9empx;
  text-align: center;
  float: left;
  width: 60%;
  maring-right: 20%;
}

#facebox .caption {
  margin-top: 5px;
  color: #626262;
  line-height: 16px;
  font-size: 1em;
  padding: 0 91px 0 97px;
  text-align:center;
}

#facebox .navigation {
  float: left;
  margin-bottom: 0;
  margin-top: 0;
  width: 72px;
}

#facebox .close {
  float: right;
}

#facebox .next, #facebox .prev {
  font-size: 170%;
}

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

#opaque {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    background-color: #696969;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.thickstyle{
background: #dcdcdc;
}

#facebox a {
background: none;
} 