.verbose-layout .bookshelf-image,
.verbose-layout .bookshelf-title,
.verbose-layout .bookshelf-subtitle,
.verbose-layout .bookshelf-contributors {
    display: block;
}

/*bookshelf-slideshow*/
.bookshelf-slideshow .bookshelf{
    padding-right: 15px;
    padding-left: 15px;
}
.bookshelf-slideshow .bookshelf .item a{
    display: inline!important;
     width: 150px;
     height: unset!important;
}
.bookshelf-slideshow .carousel-indicators{
    display: none;
}
.bookshelf-slideshow .block-title{
    font-family: 'Helvetica'!important;
    font-size: 23px!important;
    color: #4F738A!important;
    margin-bottom: 5px!important;
    font-weight: lighter!important;
    margin-bottom: 15px!important;
}
.bookshelf-slideshow .carousel-inner .item > div{
    text-align: center;
    border: 0;
}
.bookshelf-slideshow .carousel-inner .item > div .bookshelf-title h2{
    font-size: 14px;
    font-weight: bold;
    color: #6D6E71;
    line-height: 16px;
    margin-bottom: 5px;
}

.bookshelf-slideshow .carousel-inner .item > div .bookshelf-subtitle h3{
    font-size: 12px;
    color: #6D6E71;
    line-height: 15px;
    margin: 5px 0 5px;
    cursor: default;
}
.bookshelf-slideshow .carousel-inner .item > div .bookshelf-contributors p,
.bookshelf-slideshow .carousel-inner .item > div .bookshelf-contributors a{
    font-size: 10px;
    /*color: #3F205A;*/
    line-height: 10px;
}
.bookshelf-slideshow .carousel-control.right,
.bookshelf-slideshow .carousel-control.left{
    position: absolute;
    top: 40%;
    margin-top: -16px;
    outline: 0;
    width: 35px;
    height: 19px;
    text-indent: -9999px;
    z-index: 99;
}
.bookshelf-slideshow .carousel-control.right:hover{
    /*right: 0px;*/
    background: url(images/controls.png) no-repeat -19px -19px;
}
.bookshelf-slideshow .carousel-control.left:hover{
    /*left: 0px;*/
    background: url(images/controls.png) no-repeat 16px -19px;
}
.bookshelf-slideshow .carousel-control.right{
    background: url(images/controls.png) no-repeat -19px 0px;
}
.bookshelf-slideshow .carousel-control.left{
    background: url(images/controls.png) no-repeat 16px 0;
}
.carousel-control{
    opacity: 1;
}

