* {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	font-family:Verdana,Arial,Helvetica,san-serif;
	margin: 0;
	-webkit-user-select: none;
	background-color:#ccc;
	max-width: 100%;
    overflow-x: hidden;
}
.b {
	font-weight: 900;
}
.bm5 {
	margin-bottom: 5px;
}
#browser-box { 
	width: 100%; 
}
#breadcrumb { 
	position:relative;
	top: 0px;
	left: 0px;
	width: calc(100% - 10px);
	padding: 2px 5px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#page-box { 
	position:relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px 0px 45px;
}
#nav-block {
	position: fixed;
	top: 0px;
	height: 45px;
	width: 100%;
}
.page-image { 
	position:relative;
	top: 2px;
	width: 94%;
	margin: 0px 3% 5%;
}
.page-image-cover-pair { 
	position:relative;
	left:50%;
	width:50%;
	margin-left:-25%;
}
#nav-spacer {
	position: relative;
	top: 0px;
	height: 45px;
	width: 100%;
}
#navbar {
	position: absolute;
	z-index: 99;
	height: 100%;
	width: 100%;
	background-color: rgb(27, 27, 27);
}
.pageLabel_output {
	font-family:Verdana,Arial,Helvetica,san-serif;
	position: absolute;
	top: 50%;
	color: #fff;
	text-shadow: 0 -1px 1px #4c4e50;
	padding: 0 20px;	
	margin-top: -6px;
	font-weight: 900;
	z-index: 100;
	line-height: 16px;
	left: 0px;
	width: calc(100% - 40px);
	font-size: 16px;
	text-align: center;
}
.button {
	position: absolute;
	z-index: 200;
	height: 100%;
}
#next.button {
	background-image: url(../../../../../images/tp_icons_right.png), -webkit-gradient(linear, left top, left bottom, from(#adb2b8), to(#6b7580));
	background-position: center center;
	background-repeat: no-repeat;
	line-height: 44px;
	text-align: center;
	right: 0px;
	width: 50px;
	border-right: none;
}
/*
#prev.button {
	background-image: url(../../../../../images/menu_aqha.png);
	background-position: center center;
	background-size: 44px 45px;
	top:0px;
	left: 0px;
	width: 45px;
	border: none;
}
#jump.button {
	background-image: url(../../../../../images/thumb_aqha.png);
	background-position: center center;
	background-size: 45px 45px;
	top:0px;
	right: 0px;
	width: 45px;
	border: none;
}
*/
#home.button {
	background-image: url(../../../../../images/tp_icons_home.png), -webkit-gradient(linear, left top, left bottom, from(#adb2b8), to(#6b7580));
	background-position: 50% 50%;
	background-repeat: no-repeat;
	left: 50px;
	width: 50px;
}
#out.button {
	background-image: url(../../../../../images/tp_icons_out.png), -webkit-gradient(linear, left top, left bottom, from(#adb2b8), to(#6b7580));
	background-position: 50% 50%;
	background-repeat: no-repeat;
	left: 50px;
	width: 50px;
}
#info.button {
	background-image: url(../../../../../images/tp_icons_info.png), -webkit-gradient(linear, left top, left bottom, from(#adb2b8), to(#6b7580));
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	right: 50px;
	width: 50px;
}
/*
#pair.button {
	background-image: url(../../../../../images/pair_aqha.png);
	background-position: center center;
	background-size: 45px 45px;
	top:0px;
	right: 47px;
	width: 45px;
	border: none;
}
*/
.ibutton {
	position: fixed;
	top:45px;
	z-index: 50;
	white-space: nowrap;
	width:50px;
	height:70%;
	background-color: rgba(255,255,255,.01);
}
.ipair {
	position: fixed;
	top:45px;
	height:70%;
}
#next-bar.ibutton {
	background-image: url(../../../../../images/tp_icons_right-dot.png);
	background-size: 30px;
	background-position: center right;
	background-repeat: no-repeat;
	z-index: 55;
	line-height: 44px;
	text-align: center;
	right: 15px;
}
#prev-bar.ibutton {
	background-image: url(../../../../../images/tp_icons_left-dot.png);
	background-size: 30px;
	background-position: center left;
	background-repeat: no-repeat;
	z-index: 55;
	line-height: 44px;
	text-align: center;
	left: 15px;
}
#ver_lbl {
	font-family:Verdana,Arial,Helvetica,san-serif;
	position: absolute;
	top: 50%;
	color: #fff;
	text-shadow: 0 -1px 1px #4c4e50;
	padding: 0 20px;	
	margin-top: -6px;
	font-weight: 200;
	z-index: 100;
	line-height: 16px;
	right: 100px;
	width: calc(100% - 40px);
	font-size: 16px;
	text-align: right;
}
#device {
	font-family:Verdana,Arial,Helvetica,san-serif;
	position: absolute;
	top: 10px;
	color: black;
	padding: 0px;	
	font-weight: 900;
	left: -2px;
	font-size: 12px;
	text-align: left;
}
.r90 {
	-webkit-transform: rotate(-90deg); /* Safari and Chrome */
    -moz-transform: rotate(-90deg);   /* Firefox */
    -ms-transform: rotate(-90deg);   /* IE 9 */
    -o-transform: rotate(-90deg);   /* Opera */
    transform: rotate(-90deg);
}
#cancel {
	font-family:Verdana,Arial,Helvetica,san-serif;
	position: absolute;
	top: 50%;
	color: rgba(288,0,0,.7);
	text-shadow: 0 -1px 1px #4c4e50;
	padding: 0 20px;	
	margin-top: -6px;
	font-weight: 900;
	z-index: 130;
	line-height: 16px;
	left: 0px;
	font-size: 16px;
	text-align: left;
}
.select_pgs {
	position:relative;right:0px;width:calc(12.5% - 6px);float:left;margin:3px;
}
.select_pgs_o {
	position:relative;right:0px;width:calc(12.5% - 6px);float:left;margin:3px 6px 3px 0px;
}
.select_pgs_e {
	position:relative;right:0px;width:calc(12.5% - 6px);float:left;margin:3px 0px 3px 6px;
}
#jump_off {
	position:absolute;top:0px;left:70%;width:calc(30% - 20px);padding:10px;margin:0px 0px 20px;background-color:#eee;font-family:Verdana,Arial,Helvetica,san-serif;
}
#jo_1 {
	background-color:rgba(190,126,0,1);padding:5px 10px;margin-bottom:8px;color:white;font-weight:200;font-size: 16px;text-align: center;
}
#jo_2 {
	background-color:rgba(126,190,0,1);padding:5px 10px;margin-bottom:8px;color:white;font-weight:200;font-size: 16px;text-align: center;
}
#jo_3 {
	background-color:rgba(0,126,190,1);padding:5px 10px;margin-bottom:0px;color:white;font-weight:200;font-size: 16px;text-align: center;
}
#n {
	display:none;
}
#m {
	display:none;
}
#w {
	display:none;
}
.v {
	display:none;
}
.h {
	display:none;
}
.l {
	display:none;
}
.p {
	display:none;
}
@media only screen and (orientation:portrait) {
	.p {
		display:inline;
	}
	.page-image-cover-pair { 
		position:relative;
		top: 2px;
		left:0%;
		width: 94%;
		margin-left:0%;
		margin: 0px 3% 5%;
	}
	.v {
		display:inline;
	}
	#next.button {
		width: 40px;
	}
	#prev.button {
		width: 40px;
	}
	#jump.button {
		right: 0px;
		width: 40px;
	}
	#home.button {
		left: 40px;
		width: 40px;
	}
	#out.button {
		left: 40px;
		width: 40px;
	}
	#pair.button {
		background-size: 40px 40px;
		right: 43px;
		width: 40px;
	}
	#next-bar.ibutton {
		width:56px;
		right: 15px;
		background-size: 25px;
	}
	#prev-bar.ibutton {
		width:56px;
		left: 15px;
		background-size: 25px;
	}
	.ipair {
		height: 50%;
	}
	.select_pgs {
		position:relative;right:0px;width:calc(16.66% - 6px);float:left;margin:3px;
	}
	#jump_off {
		position:absolute;top:0px;left:calc(70% - 6px);width:calc(30% - 2px);padding:6px;margin:0px 0px 20px;background-color:#eee;font-family:Verdana,Arial,Helvetica,san-serif;
	}
	#jo_1 {
		background-color:rgba(190,126,0,1);padding:4px 5px;margin-bottom:6px;color:white;font-weight:200;font-size: 15px;text-align: center;
	}
	#jo_2 {
		background-color:rgba(126,190,0,1);padding:4px 5px;margin-bottom:6px;color:white;font-weight:200;font-size: 15px;text-align: center;
	}
	#jo_3 {
		background-color:rgba(0,126,190,1);padding:4px 5px;margin-bottom:0px;color:white;font-weight:200;font-size: 15px;text-align: center;
	}
}
@media only screen and (orientation:landscape) {
	.l {
		display:inline;
	}
}
@media only screen and (max-width: 767px) and (min-width: 481px){
	#m {
		display:block;
	}
}
@media only screen and (min-width:768px) {
	#w {
		display:block;
	}
}
@media only screen and (max-width: 480px){
	#n {
		display:block;
	}
}
.button img {
	position: relative;
	padding: 12px 15px 0;
}
#zoom.button {
	background: url(../images/zoom-button-bkg.png) no-repeat;
	text-align: center;
	top: 7px;
	left: 585px;
	line-height: 44px;
	height: 41px;
	width: 59px;
}
#toc.button {
	background-image: url(../../../../../images/tp_icons_toc.png), -webkit-gradient(linear, left top, left bottom, from(#adb2b8), to(#6b7580));
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	left: 59px;
	width: 59px;
}
#up.button {
	background-image: url(../../../../../images/tp_icons_info.png), -webkit-gradient(linear, left top, left bottom, from(#adb2b8), to(#6b7580));
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	left: 177px;
	width: 59px;
}
#more.button {
	background-image: url(../images/info.png), -webkit-gradient(linear, left top, left bottom, from(#adb2b8), to(#6b7580));
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	right: 177px;
	width: 59px;
}


