.gallery .booklet {
    margin-bottom: 20px;
    float: right;
    background: url('/static/img/arrow.jpg?7ea015437135') no-repeat right center;
    padding-right: 20px;
    display: block;
    text-decoration: none;
    }

    .gallery .booklet div {
        font-size: 14px;
        padding: 3px 5px 2px;
        background: #fff;
        }

.gallery .pictures {
    clear: both;
    border: 1px solid #d5d5d5;
    margin: 20px 0;
    padding: 10px;
    height: 75px;
    overflow: hidden;
    }

    .gallery .pictures div {
        font-size: 24px;
        float: left;
        line-height: 75px;
        width: 200px;
        }

    .gallery .pictures img {
        display: inline;
        }

    .gallery .pictures a {
        display: block;
        float: left;
        margin-left: 10px;
        }

.gallery .markup {
    clear: both;
    margin-bottom: 20px;
    }

    .gallery .markup span,
    .gallery .markup p {
        margin-left: 10px;
        }