/** library **/
.body-library {
    background: url('../images/FA-N_2_Bibli-intro_04-01.jpg') no-repeat 0 0;
    //background: url('../images/bg-test.jpg') no-repeat 0 0;
}

.content-middle .content-middle-image {
    margin: 28px 16px 0 508px;
}

.content-middle .content-middle-image img {
    //float: left;
}
.content-middle-image-legend {
    position: relative;
    min-height: 551px;
}
.content-middle-image-legend p {
    font-size: 1.12em;
    line-height: 1.2em;
    font-family: 'TradeGothicLTStd-Light';
    color: #fff;
    position: absolute;
    bottom: -3px;
    left: 920px;
    width: 400px;
    margin: 0;
    padding: 0;
}

.content-middle-txt p{
    width: 61%;
}

.content-footer ul li.library-btn a {
    background: url('../images/btn-library.png') no-repeat 15px 9px;
    width: 100px;
}

/** list **/
.list ul li {
    display: inline;
    margin-right: 50px;
    line-height: 68px;
}

.list ul li:nth-child(6n) {
    margin-right: 0px;
}

.list ul li, .list ul li img {
    width: 198px;
    height: 152px;
}

.filters-authors ul {
    -moz-column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-count: 2;
    -webkit-column-gap: 1em;
    column-count: 2;
    column-gap: 1em;
}

.filters-themes ul li {
    margin: 42px 46px 24px 0px;
}

.filters-years.decades ul li:nth-child(9) {
    margin-right: 86px;
}

.content-middle-book .book-description {
    width: 342px;
    min-height: 100px;
    float: left;
}

.wrapper-container {
    padding: 52px 0 0 0px;
    float: left;
}

#scroller {
    left: 72px;
}

#scroller ul li:nth-child(1) {
    margin-top: 18px;
}

#scroller ul li a.getBookImage img {
    width: 106px;
    height: 80px;
}

.iScrollVerticalScrollbar {
	top: 2px;
}

.book-page {
    width: 1000px;
    height: 760px;
    margin-left: 34px;
    float: left;
    max-height: 760px;
}

.book-page .zoomHolder img {
    max-width: 1000px;
    max-height: 100%;
}

.zoomHolder
{
   width: auto; 
   max-height: 760px;
   position:relative;
   overflow:hidden;
}

/** tooltip **/
.tooltip-bureaugodin .ui-tooltip-content br {
    line-height: 1.3em;
}