
#imgShow {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  color: #ccc;
  background-color: #41454e;
  display:none;
  z-index:200;
}
#originalImgs-wrapper {
  position:relative;
  width: 70%;
  height: 100%;
  margin-left: 15%;
  padding: 20px 0 130px 0;
}
#originalImgs-wrapper div.originalImgs-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  /*border: 1px solid #438aff;*/
}
#originalImgs {
  position: absolute;
  visibility: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
}
#miniImgs-wrapper {
  height: 355px;
  position: absolute;
  right: 12%;
  top:0;
  bottom:0;
  margin:auto -85px auto 0;
}
#miniImgs {
  position: relative;
  height: 285px;
  width: 85px;
  overflow: hidden;
}
#miniImgs ul {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
#miniImgs ul li {
  margin: 5px 0;
  width: 100%;
  height: 65px;
  border: 1px solid transparent;
}
#miniImgs ul li.borderHigh {
  border: 2px solid #438aff;
}
#miniImgs ul li img {
  width: 100%;
  height: 100%;
}
#imgsPageNum {
  position: absolute;
  bottom: 110px;
  left: 0;
  width: 100%;
  text-align: center;
}
#imgTitle {
  position: absolute;
  bottom: 45px;
  left: 0;
  height:70px;
  width: 100%;
  text-align: center;
  overflow:hidden;
  cursor: n-resize;
}
#imgTitle>div{
  position: absolute;
  top:0;
  left: 0;
  height:70px;
  width: 110%;
  padding:10px 10% 10px 0;
  overflow-y:scroll;
}
#imgPrev,
#imgNext {
  width: 100%;
  height: 30px;
  background-color: #474b56;
  border: 1px solid #343841;
  text-align: center;
}
#imgPrev:hover,
#imgNext:hover {
  border-color: #438aff;
}
#imgPrev span.imgShowIcon,
#imgNext span.imgShowIcon {
  margin-top: -1px;
  display: block;
  font-size: 28px;
  color: #ccc;
  line-height: 30px;
}
#imgPrev a,
#imgNext a {
  text-decoration: none !important;
}
#imgBack {
  position: absolute;
  right: 12%;
  top: 20px;
  margin-right: -130px;
  width: 130px;
  height: 40px;
  background-color: #333841;
  font-size: 16px;
  line-height: 38px;
  border: 1px solid #2a2e37;
  border-radius: 5px;
  z-index: 11;
}
#downloadImgs{
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: 185px;
}
#downloadImgs a{
	color: #ccc;
}
#downloadImgs img{
	width: 14px;
	height: 14px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
}
#imgBack a {
  text-decoration: none;
  color: #ccc;
  padding-left: 12px;
  display: block;
}
#imgBack:hover {
  border-color: #438aff;
}
#imgBack .triangle {
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #ccc;
  margin-left: 30px;
}
#ruler {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: 0;
  text-align: center;
}
#ruler .ruler-wrapper {
  position: relative;
  display: inline-block;
}
#ruler .ruler-wrapper li {
  display: inline-block;
  position: relative;
  width: 50px;
  border-left: 5px solid #438aff;
  border-bottom: 5px solid #438aff;
  height: 15px;
}
#ruler .ruler-wrapper li span {
  font-size: 12px;
  position: absolute;
  top: 15px;
  left: -15px;
}
#ruler .ruler-wrapper div.lastLi {
  display: inline-block;
  position: relative;
  border-left: 5px solid #438aff;
  border-bottom: 5px solid #438aff;
  height: 15px;
}
#ruler .ruler-wrapper div.lastLi span {
  font-size: 12px;
  position: absolute;
  top: 15px;
  left: -15px;
}
#ruler .ruler-wrapper div.staff {
  position: absolute;
  left: -13px;
  top: -25px;
  width: 31px;
  height: 20px;
}
#ruler .ruler-wrapper div.staff .rectangle {
  display: inline-block;
  width: 100%;
  height: 10px;
  background-color: gold;
}
#ruler .ruler-wrapper div.staff .triangle {
  display: inline-block;
  border-top: 10px solid gold;
  border-left: 15.5px solid transparent;
  border-right: 15.5px solid transparent;
}
.theNext {
  cursor: url(../../images/article/pointer-next.cur), pointer;
}
.thePrev {
  cursor: url(../../images/article/pointer-prev.cur), pointer;
}
