.photogallery-module {
    margin: 20px 0;
}
.photogallery-backlink {
    display: block;
    padding: 13px 0;
    margin-bottom: 20px;
    font: 14px Arial;
    font-weight: bold;
    color: #FFF !important;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.photogallery-albums-list {
    padding-bottom: 10px;
    border-bottom: 3px solid #f1f1f1;
}

.photogallery-albums-list-item {
    box-sizing: border-box;
    display: block;
    margin: 8px;
    position: relative;
    width: 280px;
}

.photogallery-albums-list-item-image-container {
    height: 280px;
    position: relative;
}
.photogallery-albums-list-item-image {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.photogallery-albums-list-item-title {
    display: block;
    padding: 10px 5px;
    font-size: 16px;
    text-align: center;
}

.photogallery-albums-list-item > a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/modules/PhotoGallery/tpl/images/0.gif');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.photogallery-content {
    padding: 20px 10px;
    border-bottom: 3px solid #f1f1f1;
}

.photogallery-photo-images-container {
    padding: 20px 0;
}

.photogallery-photo-item {
    display: inline-block;
    height: 280px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    width: 280px;
}

.photogallery-photo-item-image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.photogallery-photo-item-title {
    background: rgba(0, 0, 0, .3);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: .75rem;
    padding: 5px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
}

.photogallery-photo-item > a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/modules/PhotoGallery/tpl/images/0.gif');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.photogallery-request-runner {
    width: 150px;
    height: 10px;
    margin: 20px auto;
    background: url('/modules/PhotoGallery/tpl/images/runner.gif') 0 0 repeat-x;
}

.photogallery-module-load-button-container {
    padding: 20px 0;
    text-align: center;
}

.photogallery-load-button {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color: #f9f9f9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cacaca;
    display: inline-block;
    cursor: pointer;
    color: #444 !important;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 65px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

.photogallery-empty-notice {
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #d0d0d0;
}

.photogallery-empty-admin-notice {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}