﻿
.galleryAdmin {
    vertical-align: top;
    display: inline-block;
}

.galleryLink {
    text-decoration:none;
}

.galleryTitleBox {
    width: 350px;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
}

.galleryTitle {
    font-size:1.25em;
}

.galleryTitleImageBox {
    width:100%;
}

.galleryCoverImage {
    width:100%;
}

.galleryLimits {
    font-size: 0.75em;
}

.galleryImageBox {
    display: inline-block;
    margin: 10px 10px 0 0;
    vertical-align: top;
    min-width: 350px;
    width: 24%;
}

.galleryImage {
    width: 100%;
}

.galleryImageCaption{

}