* {
  margin: 0;
  padding: 0;
}
body {
  background: #ccc url(../img/wood.jpg) repeat top left;
  font-family: Arial, Helvetica, sans-serif;
  color: #444;
  font-size: 12px;
  color: #000;
  background: #000;
}
.booklet {
  -moz-box-shadow: 0 0 1px #fff;
  -webkit-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.booklet .b-wrap-left {
  background: #fff url(../img/left_bg.jpg) no-repeat top left;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-size: cover;
  /* background: #000!important; */
}
.booklet .b-wrap-right {
  background: #efefef url(../img/right_bg.jpg) no-repeat top left;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-size: cover;
  /* background: #000!important; */
}
.booklet .b-counter {
  bottom: 10px;
  position: absolute;
  display: block;
  width: 90%;
  height: 20px;
  /* border-top: 1px solid #ddd; */
  color: #000;
  text-align: center;
  font-size: 0;
  padding: 5px 0 0;
  background: 0 0;
  /* -moz-box-shadow: 0 -1px 1px #fff; */
  /* -webkit-box-shadow: 0 -1px 1px #fff; */
  /* box-shadow: 0 -1px 1px #fff; */
  opacity: 0.8;
  /* background: #000; */
}
.book_wrapper {
  margin: 0 auto;
  padding-top: 50px;
  width: 1425px;
  height: 830px;
  position: relative;
  background: transparent url(../img/fybg.png) no-repeat 0 20px;
  background-size: contain;
}
.book_wrapper h1 {
  color: #13386a;
  margin: 5px 5px 5px 15px;
  font-size: 26px;
  background: transparent url(../img/h1.png) no-repeat bottom left;
  padding-bottom: 7px;
}
.book_wrapper p {
  font-size: 16px;
  margin: 5px 5px 5px 15px;
}
.book_wrapper a.article,
.book_wrapper a.demo {
  background: transparent url(../img/circle.png) no-repeat 50% 0;
  display: block;
  width: 95px;
  height: 41px;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  color: #555;
  float: left;
  line-height: 41px;
  padding-left: 47px;
}
.book_wrapper a.demo {
  margin-left: 50px;
}
.book_wrapper a.article:hover,
.book_wrapper a.demo:hover {
  background-position: 50% -41px;
  color: #13386a;
}
.book_wrapper img {
  width: 100%;
  /* padding: 4px; */
  /* border: 1px solid #ddd; */
  /* -moz-box-shadow: 1px 1px 1px #fff; */
  /* -webkit-box-shadow: 1px 1px 1px #fff; */
  /* box-shadow: 1px 1px 1px #fff; */
}
.booklet .b-wrap-right img {
  /* border: 1px solid #e6e3c2; */
}
a#next_page_button,
a#prev_page_button {
  display: none;
  position: absolute;
  width: 41px;
  height: 40px;
  cursor: pointer;
  margin-top: -20px;
  top: 50%;
  background: transparent url(../img/buttons.png) no-repeat 0 -40px;
}
a#prev_page_button {
  left: -30px;
}
a#next_page_button {
  right: -30px;
  background-position: -41px -40px;
}
a#next_page_button:hover {
  background-position: -41px 0;
}
a#prev_page_button:hover {
  background-position: 0 0;
}
.loading {
  width: 160px;
  height: 56px;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  right: 135px;
  line-height: 56px;
  color: #fff;
  padding-left: 60px;
  font-size: 15px;
  /* background: #000 url(../img/ajax-loader.gif) no-repeat 10px 50%; */
  opacity: 0.7;
  z-index: 9999;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  filter: alpha(opacity=70);
}
/* .booklet .b-page{
    width: 600px!important;
}

.booklet .b-wrap-right{
    width: 600px!important;
} */













