
#viewer-wrapper{
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
	top: 0;
}

#viewer-bg{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}


#viewer-manga-area{
  position: fixed;
  width: 500px;
  height: 500px;
  overflow: hidden;
}

#viewer-closeBtn{
  position: fixed;
  width: 57px;
  height: 57px;
  background-image: url(../img/enlightenment/manga/manga_modal_close.png);
}


#viewer-prevBtn,
#viewer-nextBtn{
  position: fixed;
  width: 37px;
  height: 54px;
}

#viewer-prevBtn{
  background-image: url(../img/enlightenment/manga/manga_modal_prev.png);
}
#viewer-nextBtn{
  background-image: url(../img/enlightenment/manga/manga_modal_next.png);
}

#viewer-manga{
  position: absolute;
  height: 100%;
  background-image: url(../img/enlightenment/manga/manga1.jpg);
  background-size: 100% 100%;
}

.viewer-indicator{
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url(../img/enlightenment/manga/manga_modal_indicator.png);
  background-position: 0px 0px;
}
