/* PHOTO LIST */
.photo {
    float: left;
    margin: 10px 6px;
    height: 120px;
}

.photo_img {
    width: 80px;
    height: 85px;
}

.photo a {
    text-decoration: none;
    text-align: center;
}

