html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
body {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
    background: #fff;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
}
.gf-wrapper {
    padding-bottom: 70px;
    overflow: hidden;
}
.gf-header {
    height: 20px;
    line-height: 20px;
    padding: 5px 100px 5px 5px;
    font-size: 13px;
    position: relative;
    color: #333;
}
.gf-header a.gf-download,
.gf-header a.gf-album{
    position: absolute;
    top: 9px;
    right: 5px;
    line-height: 1em;
    font-size: 13px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-decoration: none;
    border-bottom: 1px dotted #333;
    color: #333;
    margin-left: 22px;
}
a.gf-download i,
a.gf-album i {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
    top: -2px;
    left: -22px;
    background: url("/static/img/gallery-sprite.png") -20px 0 no-repeat;
}
a.gf-album i {
    background-position: -100px 0;
}
.gf-content {
    position: relative;
    height: 100%;
    z-index: 1;
}
.gf-imageWrap {
    height: 400px;
    width: 650px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.gf-imageWrap img {
    vertical-align: top;
    max-width: 650px;
    max-height: 100%;
    -ms-interpolation-mode: bicubic;
}
.gf-infoBar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: #000;
    background: rgba(0,0,0,0.545);
    width: 100%;
}
.gf-contentTitle {
    font-size: 13px;
    line-height: 16px;
    padding: 6px 100px;
    color: #fff;
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.gf-actions {
    position: absolute;
    bottom: 4px;
    right: 5px;
    height: 20px;
}
.gf-comments,
.gf-fullSize {
    position: relative;
    line-height: 20px;
    height: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 15px;
    padding-left: 23px;
    font-size: 11px;
    color: #fff;
    vertical-align: top;
}
.gf-comments i,
.gf-fullSize i {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
    top: 0;
    left: 0;
    background: url("/static/img/gallery-sprite.png") -60px 0 no-repeat;
}
.gf-fullSize i {
    background-position: -80px 0;
}
.gf-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70px;
    width: 100%;
    background: #fff;
}
.gf-thumbnails {
    position: relative;
    z-index: 1;
    width: 650px;
    height: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    margin: 0 -1px;
}
.gf-slide {
    position: absolute;
    top: 9px;
    left: 0;
    height: 52px;
    width: 100%;
}
.gf-thumbnail {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 44px;
    height: 44px;
    overflow: hidden;
    margin: 1px 9px 1px 1px;
    padding: 2px;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
}
.gf-thumbnail:hover {
    border: 1px solid #999;
}
.gf-thumbnail.active {
    border: 2px solid #9bcf83 !important;
    border-radius: 2px;
    margin: 0 8px 0 0;
}
.gf-thumbnail span {
    display: table-cell;
    background: #fff;
    width: 44px;
    height: 44px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}
.gf-thumbnail img {
    max-height: 44px;
    max-width: 44px;
    overflow: hidden;
    margin: 0;
    vertical-align: top;
    border: 0 none;
    -ms-interpolation-mode: bicubic;
}

.gf-prevThumbnails,
.gf-nextThumbnails {
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 0;
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1px solid #ccc;
}
.gf-prevThumbnails i,
.gf-nextThumbnails i,
.gf-prevArrow .gf-prevArr i,
.gf-nextArrow .gf-nextArr i {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: url("/static/img/gallery-sprite.png") 0 0 no-repeat;
    position: absolute;
    top: 14px;
    left: 14px;
}
.gf-nextThumbnails i,
.gf-nextArrow .gf-nextArr i {
    background-position: -40px 0;
}
.gf-prevThumbnails:hover,
.gf-nextThumbnails:hover {
    border: 1px solid #999;
}
.gf-nextThumbnails {
    left: auto;
    right: 0;
}
.gf-hasArrow .gf-thumbnails {
    text-align: left;
    width: 532px;
    margin: 0 59px;
}
.gf-hasArrow .gf-prevThumbnails,
.gf-hasArrow .gf-nextThumbnails {
    display: block;
}

.gf-prevArrow,
.gf-nextArrow {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    background: transparent url('/static/img/spacer.gif') repeat left top;
}
.gf-nextArrow {
    left: auto;
    right: 0;
}
.gf-prevArrow .gf-prevArr,
.gf-nextArrow .gf-nextArr {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 15px;
    width: 48px;
    height: 48px;
    border: 1px solid #ccc;
    background: #f0f0f0;
    border: 1px solid rgba(204,204,204,0.777);
    background: rgba(255,255,255,0.547);
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(102,102,102,0.234);
    z-index: 3;
}
.gf-nextArrow .gf-nextArr {
    left: auto;
    right: 15px;
}
.gf-prevArrow .gf-prevArr i,
.gf-nextArrow .gf-nextArr i {
    z-index: 4;
    top: 14px;
    left: 14px;
}
.gf-nextArrow .gf-nextArr i {
    left: auto;
    right: 14px;
}
.gf-prevArrow:hover .gf-prevArr,
.gf-nextArrow:hover .gf-nextArr {
    display: block;
    cursor: pointer;
}
.gf-prevThumbnails.disabled,
.gf-nextThumbnails.disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    cursor: default;
    border: 1px solid #ccc !important;
}
.gf-prevArrow.disabled,
.gf-nextArrow.disabled {
    display: none !important;
}

.gf-important-full-width {
    width: 100% !important;
}

.gf-full-height {
    height: 100%;
}

.gf-important-full-max-width {
    max-width: 100% !important;
}

.gf-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gf-bg-light-gray {
    background-color: #FAFAFA;
}

