.container_turn{
    width: 800px;
    height: 575px;
}

.container_turn div img {
    width: 800px;
    height: 577px;
    max-width: 100%;
}
#container_book_navigation,
#fbc_container_book_navigation{
    position: relative;
}
#container_for_book_cc .turn-page{
    background-color:#ccc;
    background-size:100% 100%;
}

.book-control-next, .book-control-prev {
    position: absolute;
    cursor: pointer;
    top: 0;
    bottom: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    height: 577px;
    color: #fff;
    z-index: 100;
}

.book-control-prev:hover span,
.book-control-next:hover span {
    color: rgba(0, 0, 0, 0.38);
}

.book-control-prev span,
.book-control-next span{
    color: rgba(204, 204, 204, 0.28);
    position: absolute;
    top: 50%;
    z-index: 200;
}

.books_arrows {
    width: 21px;
    height: 21px;
    box-sizing: content-box;
    border-color: #000;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    font-size: 0.1px;
}

.books_arrows_prev {
    border-bottom: 6px solid;
    border-left: 6px solid;
    transform: rotate(45deg);
    left: 4px;
}

.books_arrows_next {
    border-bottom: 6px solid;
    border-left: 6px solid;
    transform: rotate(-135deg);
    right: 4px;
}

.book-control-prev {
    left: 0;
}

.book-control-next {
    right: 0;
}

.disable_prev .book-control-prev span,
.disable_next .book-control-next span{
    opacity: 0;
}

.modal-body .block-close{
    position: absolute;
    top: -18px;
    right: -18px;
    background-color: transparent;
}
.modal-body .block-close a{
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    color: #000 !important;
    opacity: 1;
    background-image: url(/images/close_2x.png);
    background-size: 107%;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    display: inline-block;
}