.galleryFade {
    position: relative;
    top: 0;
    left: 0;
    height: 683px;
    width: 1002px;
    display: flex;

    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    align-items: center;
    box-sizing: content-box;
}

.galleryFade > div {
    position: absolute;
    top: 0;
    left: 0;
    height: 683px;
}

.galleryFade > div > div {
    height: 683px;

    display: flex;

    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    align-items: center;
    box-sizing: content-box;
}

.galleryFade > div > div > img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

.gallery-container {
    margin: auto;
    margin-bottom: 20px;
}

.gallery-container div.info,
.gallery-container div.info .left,
.gallery-container div.info .right {
    position: relative;
    display: block;
}

.gallery-container div.info .left,
.gallery-container div.info .right {
    float: left;
}

.gallery-container div.info .right {
    text-align: right;
}

.btn-box {
    height: 40px;
    border: 2px solid white;
}

.btn-box span {
    float: right;
}

.btn-box span {
    margin-left: 5px;
    font-size: 30px;
    color: #6e6e6e /*grey3*/;
    transition: all .5s ease;
}

.btn-box .icon-btn-fullscreen,
.btn-box .icon-btn-close {
    margin-left: 20px;
}

.btn-box .icon-btn-info.active {
    color: #e3e3e3 /*grey5*/;
}

.btn-box .icon-btn-thumbs {
    margin-left: 0;
}

.fullScreenShow {
    display: none;
}

.gallery img {
    margin-bottom: 8px;
}

.galleryFade img {
    margin: auto;
    max-height: 100%;
}

.container-fluidX {
    width: 3000px;
    background-color: white;
    height: 100%;
}

#gallerySlider {
    width: 175px;
    position: relative;
    float: right;
    background: #f4f4f4;
    height: 8px;
}

#gallerySlider .ui-corner-all {
    border-radius: 10px;
    margin-top: -2px;
}

#gallerySlider .ui-state-focus {
    outline: none !important;
}

#greenSlider {
    background: #009d3a;
    height: 6px;
    border-radius: 3px;
}

div.slider {
    position: relative;
    top: -15px;
    text-align: right;
}

div.slider .icon-nav-thumbs.small {
    color: #989898 /*grey4*/;
    float: right;
    font-size: 15px;
    margin-right: 15px;
    position: relative;
    top: -2px;
}

div.slider .icon-nav-thumbs.large {
    color: #989898 /*grey4*/;
    float: right;
    font-size: 25px;
    margin-left: 15px;
    position: relative;
    top: -6px;
}
.overlayLeft{
    cursor: url('/files/img/gallery/prev.png'), w-resize;
}
.overlayRight{
    cursor: url('/files/img/gallery/next.png'), e-resize;
}
html{
    background-color: #fff !important;
}