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

.photogallery-albums-list-row:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.photogallery-albums-list-item {
    display: block;
    width: 300px;
    margin-right: 25px;
    margin-bottom: 20px;
    float: left;
    position: relative;
}

.photogallery-albums-list-item.last {
    margin-right: 10px !important;
}

.photogallery-albums-list-item-image-container {
    width: 100%;
    height: 225px;
    position: relative;
}

.photogallery-albums-list-item-image-overlay {
    width: 100%;
    height: 100%;
    opacity: 0.35;
    -moz-opacity: 0.35;
    -webkit-opacity: 0.35;
    position: absolute;
    top: -7px;
    left: 7px;
    z-index: 8;
}

.photogallery-albums-list-item-image {
    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: 9;
}

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

.photogallery-albums-list-item:hover .photogallery-albums-list-item-title {
    text-decoration: underline;
}

.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: 10;
}

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

.photogallery-photo-images-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

.photogallery-photo-images-container:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.photogallery-photo-item {
    width: 315px;
    height: 200px;
    margin-right: 3px;
    margin-bottom: 3px;
    position: relative;
    float: left;
    overflow: hidden;
}

.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: 5;
}

.photogallery-photo-item-title {
    width: 100%;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 6;
    background: url('/modules/PhotoGallery/tpl/images/photo-item-overlay-background.png');
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    overflow: hidden;
}

.photogallery-photo-item:hover .photogallery-photo-item-title {
    height: 0;
}

.photogallery-photo-item-hover {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/modules/PhotoGallery/tpl/images/photo-item-overlay-background.png');
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    opacity: 0;
    -moz-opacity: 0;
    -webki-opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

.photogallery-photo-item-hover:after {
    content: '';
    display: block;
    width: 62px;
    height: 62px;
    background: url('/modules/PhotoGallery/tpl/images/zoom-in.png') center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -31px;
    margin-top: -31px;
    z-index: 9;
}

.photogallery-photo-item:hover .photogallery-photo-item-hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit--opacity: 1;
}

.photogallery-photo-item-title > div {
    padding: 5px;
}

.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: 10;
}

.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-module-load-button:hover {
    background-color:#e9e9e9;
}

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

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

.photogallery-admin-link {
    margin: 10px 0;
}