div.book_image{background-repeat: no-repeat; background-size: 100%; width: 708px; height: 960px; position: relative;}
p.link{display: block; position: absolute; padding:0; margin:0 ; background-color: rgba(0, 0, 0, 0) !important; cursor: pointer;}
p.link:hover{ background-color: rgba(100, 157, 212, 0.25)  !important;  }


a.out_link{display: block; position: absolute; padding:0; margin:0 ; background-color: rgba(0, 0, 0,0) !important; border: 0px solid #000;}
a.out_link:hover{ background-color: rgba(4, 186, 189, 0.25)!important; }

span.ttc{font-size: 12px; padding:0 0 0 5px; /*display: contents*/display: block;    line-height: 16px;}
span.toc{font-size: 16px; color:#51fff0; display: block; }


p.link_go_page{display: block; position: absolute; padding:0; margin:0 ; width:56px; right:0 ; border: 0px solid #000;cursor: pointer; z-index: 9999;}

p.go1{height:112px; top:101px}
p.go1:hover{ background-color: rgba(100, 157, 212, 0.45)  !important;  z-index: 9999;}

p.go2{height:112px; top:216px}
p.go2:hover{ background-color: rgba(205, 159, 71, 0.45)  !important;  }

p.go3{height:161px; top:330px}
p.go3:hover{ background-color: rgba(4, 186, 189, 0.45)  !important;  }

p.go4{height:164px; top:494px}
p.go4:hover{ background-color: rgba(150, 124, 185, 0.45)  !important;  }

p.go5{height:110px; top:660px}
p.go5:hover{ background-color: rgba(244, 143, 161, 0.45)  !important;  }


span.arr{width: 30px;height: 39px; display: block; position: absolute; cursor: pointer;}
span.arr.right{background: url("../img/arr_r.png") 0 0 no-repeat;background-size:100% ; bottom: 10px; right: 10px; z-index: 1000; }
span.arr.right:hover{background-image: url("../img/arr_ro.png");}
span.arr.left{background: url("../img/arr_l.png") 0 0 no-repeat;background-size:100% ; bottom: 10px; left: 10px; z-index: 1000; }
span.arr.left:hover{background-image: url("../img/arr_lo.png");}

.wowbook-toc-item .page{
font-size: 13px; display: none;
}

.wowbook-toc-item a, .wowbook-toc-item a:visited, .wowbook-toc-item a:active{overflow: auto; padding:8px 2px; display: block;}

/*
$top[1] = 101; // w56, h112
$top[2] = 216; // 112
$top[3] = 330; // 161
$top[4] = 494; // 164
$top[5] = 660; // w56 , h110
$colr[1] = '#649dd4';
$colr[2] = '#cd9f47';
$colr[3] = '#04babd';
$colr[4] = '#967cb9';
$colr[5] = '#f48fa1';
*/


.wowbook-toolbar {
	background-color: "rgba(4, 145, 84, 0.17)";
}

/* Change control size to 50px */
.wowbook-control {
	background-color: "rgba(4, 145, 84, 0.17)";

	width: 50px;
	height: 50px;
	line-height: 50px; /* needed to keep the icon/text vertically centralized */
}

/* Change icon/text color and background */
.wowbook-control, .wowbook-control:visited,	.wowbook-control:active {
	background-color: "rgba(4, 145, 84, 0.17)";
	color: #fff;
}

/* Change icon/text color and background on hover*/
.wowbook-control:hover {
	background-color: "rgba(4, 145, 84, 0.17)";
	color: #fff;
}