#gallery table { max-width: 580px; position: relative; }
#gallery table h3 {
    position: relative;
    margin: 0;
    font-size: 1em;
    color: #3768a3;
    background-image: none;
    background-color: transparent;
}
h3.albumname { max-width: 580px; }
#gallery .album h3 span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: .75em;
    font-weight: normal;
    color: black;
}
#gallery div.albumlinks {
    width: 220px;
    overflow: auto;
    text-align: center;
    height: 413px;
    margin: 0 10px;
}
#gallery div.albumlinks div {
    margin-right: auto;
    margin-left: auto;
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: small;
}
#gallery div.albumframe {
    background-image: url(/images/albumlinks-bg.png);
    /* border: 1px solid #9e5704; */
    
}



#gallery img.albumphoto { clear: both; }
