.remo-zoom-in{}
.remo-box{
  position: absolute;
  top: 0;
  left: 0;
  background: #fff no-repeat center;
  z-index: 41;
}
.remo-loading{
  background-image: url(spinner.gif);
}
.remo-content{
  width: 100%;
  height: 100%;
}
.remo-box-focus .remo-content{}
.remo-box-dragging .remo-content{
  cursor: move;
}
.remo-btn-close{
  position: absolute;
  left: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  text-decoration: none;
  border: none;
  background: url(closebox.png) no-repeat top left;
  cursor: pointer;
}
.remo-title-wrap{
  position: absolute; /* Disable to show text under */
  left: 0;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.remo-title{
  position: relative;
}
.remo-title-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  _height: 160px;
  background-color: #fff;
  z-index: 99;
}
.remo-title-txt{
  position: relative;
  padding: 5px 15px;
  color: #000;
  z-index: 101;
}
.remo-title-txt h4{
  font-weight: bold;
}
.remo-img{
  display: block;
  border: 0;
  width: 100%;
  height: 100%;
}
.remo-bg{
  position: absolute;
  width: 33px;
  height: 40px;
}

.remo-bg-n{
  left: 0;
  top: -40px;
  width: 100%;
  background: url(remo_bg_n.png) repeat-x;
}
.remo-bg-ne{
  right: -33px;
  top: -40px;
  background: url(remo_bg_ne.png) no-repeat;
}
.remo-bg-e{
  right: -33px;
  top:  0;
  height: 100%;
  background: url(remo_bg_e.png) repeat-y;
  _background: none;
}
.remo-bg-se{
  right:  -33px;
  bottom: -40px;
  background: url(remo_bg_se.png) no-repeat;
}
.remo-bg-s{
  left: 0;
  bottom: -40px;
  width: 100%;
  background: url(remo_bg_s.png) repeat-x;
}
.remo-bg-sw{
  left: -33px;
  bottom: -40px;
  background: url(remo_bg_sw.png) no-repeat;
}
.remo-bg-w{
  left: -33px;
  top: 0;
  height: 100%;
  background: url(remo_bg_w.png) repeat-y;
}
.remo-bg-nw{
  left: -33px;
  top: -40px;
  background: url(remo_bg_nw.png) no-repeat;
}