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

#facebox2 .popup{
  position:relative;
  border:1px solid rgba(0,0,0,0);
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  -webkit-box-shadow:0 0 0px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 0px rgba(0,0,0,0.4);
  box-shadow:0 0 0px rgba(0,0,0,0.4);
  margin-top:-105px
}

#facebox2 .content {
  display:block;
  width: 360px;
  height:720px;
  padding: 0px;
  background: #fff;
  -webkit-border-radius:1px;
  -moz-border-radius:1px;
  border-radius:1px;
  margin-left:auto;
  margin-right:auto;
  
}

#facebox2 .content > p:first-child{
  margin-top:0;
}
#facebox2 .content > p:last-child{
  margin-bottom:0;
}

#facebox2 .close{
  position:absolute;
  bottom:5px;
  right:10px;
  padding:0px;
  width:35px;
  z-index:20000;
}
#facebox2 .close img{
  opacity:1.0;  width:35px
}
#facebox2.close:hover img{
  opacity:1.0;  width:35px
}

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

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

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

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

.facebox2_hide {
  z-index:-100;
}

.facebox2_overlayBG {
  background-color: #000;
  z-index: 99;
}