.gallery_item, .gallery_album {
    float: left;
    text-align: center;
    padding: 3px;
}
#multiple_controls img
{
    cursor: pointer;
    text-align: center;
}
.gallery_thumb
{
    border: none;
}
#galleryBackLink
{
    padding-bottom: 10px;
}
.gallery_item_highlighted {
    background: #fa0;
}
.gallery_item_controls img, .gallery_album_controls img {
    float: left;
    cursor: pointer;
}

.gallery_select {
    float: right;
    border: none;
    background: none;
    cursor: pointer;
}

#gallery_items_container:after, #gallery_albums_container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#gallery_items_container img, #gallery_albums_container img {
   border: none;
}
#metadata_container {
   overflow: auto; 
   height: 300px;
}

.gallery_item_controls, .gallery_album_controls {
    position: relative;
    margin-top: -22px;
}

#gallery_items_container, #gallery_albums_container {
    text-align: center;
    padding-bottom: 10px;
}

.gallery_album_title {
   position: relative;
   margin-top: 22px;
}
