/*
@import 'tooltips.css';
@import 'common.css';
*/
#album-list {
    list-style: none;
    width: 500px;
}
#album-list li {
}
#album-list img {
    clear: left;
    float: left;
    border: 4px double #000000;
    padding: 4px;
    margin: 5px;
}
#album-list span.album-title {
    font-weight: bold;
    display: block;
}
#album-list p {
    float: left;
    width: 200px;
    margin-left: 10px;
    margin-top: 5px;
}

#thumbnails {
    float: left;
    width: 270px;
    margin-left: 15px;
    margin-top: 15px;
}
#album-title {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
}
#pagination {
    float: left;
    width: 250px;
    text-align: center;
}
#large-image-container {
    background: transparent url('_images/gm-moodalbox/loading.gif') no-repeat center center;
    float: left;
    margin-left: 15px;
    text-align: center;
}
#large-image {
    
    
}

#large-image-caption {
    font-weight: bold;
    font-size: 12px;
}
.gallery-thumb {
    float: left;
    margin: 1px;
}
.gallery-thumb img {
    border:3px double gray;
    padding:3px;
}
