

.photogallery {
    margin-bottom: 0;
    overflow: auto;
    padding-bottom: 6px;
    padding-left: 25px;
}

.thumbnails {
    width: 75px;
    height: 75px;
    float: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: -1px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    font-size: 11px;
    text-align: center;
}

.thumbnails .title {
    display: none;
}

.thumbnails img {
    float: inherit;
    border: 0px;
    padding-bottom: 0px;
}

.thumbnails a {
    text-decoration: none;
    border: 0;
}

.thumbnails .description {
    display: none;
}
