.photoset {
    background: white;
    border: 1px solid #999;
    padding: 10px;
    overflow: none;
    text-align: left;
    margin: 5px;
    width: 328px;
    float: left;
}

.photoset img {
    border: 1px solid #ccc;
    float: left;
}

.photoset a, .photoset a:visited {
    color: blue;
    text-decoration: none;
}

.photoset a:hover, .photoset a:active {
    color: purple;
}

.photoset_title {
    padding-top: 10px;
    font-size: 15px;
    margin: 0px 10px;
}

.photoset_info {
    text-align: right;
    float: right;
    width: 205px;
}

.photoset_desc {
    color: #777;
    font-size: 12px;
    margin: 0px 10px;
}

.photoset_count {
    color: #aaa;
    display: inline;
    font-size: 12px;
}

.photoset_image {
    width: 120px;
}