.photoalbums-wraper {
    padding-top: 17px;
}
.album-wraper {
    clear: both;
    margin-bottom: 27px;
}

.album-head {
    padding: 9px;
    background-color: #F3F3F3;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.album-body {
    padding: 9px;
    padding-top: 9px;
    padding-right: 3px;
}
.album-description {
    line-height: 137%;
}

.photo-box {
    float: left;
    padding-right: 11px;
    min-height: 70px;
}

.photo-frame {
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center center;
    min-width: 100px;
    min-height: 74px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
}
