.bookshelf .carousel-control.left, .bookshelf .carousel-control.right {
    background-image: none !important;
}

.bookshelf .carousel-control {
    top: 40%;
    color: #428BCA;
    bottom: auto;
    padding-top: 4px;
    width: 30px;
    height: 30px;
    text-shadow: none;
    opacity: 1;
}

.bookshelf .carousel-control:hover {
    color: #d9534f;
}

.bookshelf .carousel-control.left, .bookshelf .carousel-control.right {
    background-image: none !important;
}

.bookshelf .carousel-control.right {
    left: auto;
    /*right: -32px;*/
    right: 0;
}

.bookshelf .carousel-control.left {
    right: auto;
    /*left: -32px;*/
    left: 0;
}

.bookshelf .carousel-indicators {
    bottom: -30px;
}

.bookshelf .carousel-indicators li {
    border-radius: 0;
    width: 10px;
    height: 10px;
    background: #ccc;
    border: 1px solid #ccc;
}

.bookshelf .carousel-indicators .active {
    width: 12px;
    height: 12px;
    background: #3276b1;
    border-color: #3276b1;
}

.bookshelf .item {
    text-align: center;
}
.bookshelf .item a {
    display: inline-block;
    width: 150px;
    height: 175px;
}

.bookshelf .item a img {
    max-width: 100%;
    max-height: 100%;
}
.bookshelf .image-not-found {
    height: 170px;
}