.content {
    position: relative;
    background: white;
}
.content .gallery {
    position: relative;
    width: 882px;
    margin: 0 auto;
}
.content .gallery .caption {
    position: relative;
    height: 51px;
}
.content .gallery .caption .line{
    position: absolute;
    top: 25px;
    left: 2px;
    right: 3px;
    height: 1px;
    background: #808285;
}
.content .gallery .caption .pos {
    position: absolute;
    top: 17px;
    width: 100%;
}
.content .gallery .caption .pos .title{
    position: relative;
    display: table;
    margin: 0 auto;
    background: white;
    padding: 0 5px;
    color: #808285;
    font-size: 12px;

}

.content .gallery .images {
    display: inline-block;
    width: 100%;
}
.content .gallery .images img {
    float: left;
    width: 170px;
    height: 160px;
    border: 1px solid black;
    border-radius: 7px;
    margin: 2px;
    cursor: pointer;
}

.content .spacer {
    height: 50px;
}