@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Arimo");

.showbox {
  position: relative;
  margin: 90px auto 0;
  width: 572px;
  height: 377px;
  /*overflow: hidden;*/
}
.showbox li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.showbox > ul > li > img {
  position: absolute;
  right: 0;
  max-width: 100%;
  max-height: 100%;
}

.panel {
  position: relative;
  margin-top: 7px;
  text-align: right;
  height: 20px;
  line-height: 20px;
  color: #999;
}

.name{
  position: absolute;
  left: 42px;
  font-size: 12px;
  letter-spacing: 1px;
}

.bn {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  opacity: 0.4;
  cursor: pointer;
  overflow: hidden;
}
.bn:hover { opacity: 1;}

.bnPrev { background-image: url("../images/print/bnPrev.png");}
.bnNext { background-image: url("../images/print/bnNext.png");}

.page {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.page span { vertical-align: top;}

.page-num {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
  letter-spacing: 2px;
  margin-left: 5px;
}

.zoom{ 
  position: absolute;
  right: 185px;
}

.bnZoom{
  position: absolute;
  right: 125px;
  bottom: -30px;
}