#albums {
    width: auto;
    text-align: center;
    list-style-type: none;
}
#albums li, #photos li { 
    display: inline; 
    float: left; 
    margin: 4px;  
    width: 75px; 
    height: 90px; 
}
#albums li a, #photos li a { 
    display: block; 
    width: 75px; 
    height: 80px; 
    background-position: center; 
    background-repeat: no-repeat; 
    text-decoration: none; 
}
.photo {
    width: 75px;
    height: 75px;
    padding: 10px;
    display: inline;
}
.photo a:hover{
    border-bottom: 5px solid #566047;
}
#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
#title {
    padding: 20px;
    font-weight: bold;
    text-align: center;
}
#photo {
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}
#details dt, #exif dt {
    font-weight: bold;
}
#details {
    clear: both;
}
#exif {
    display: none; 
}