#smart-gallery img.loading{width: 50px !important; height: 50px !important;}
.min-gallery {
    height: 700px;
    width: 100%;
}
.min-gallery .preview {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.min-gallery .preview img {
    height: 100%;
    position: absolute;
    width: 100%;
}
.min-gallery .bottom {
    color: Gray;
    font-family: Arial;
    font-size: 1em;
    font-weight: bold;
    height: 98px;
    overflow: hidden;
    width: 100%;
}
.min-gallery .bottom .long {
    display: none;
    width: 100%;
}
.close {
    color: white;
    cursor: pointer;
    font-size: 10px;
    font-weight: normal;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.min-gallery .bottom .short {
    height: 100%;
    width: 100%;
}
.min-gallery .bottom .short .left {
    display: none;
}
.min-gallery .bottom .short .middle {
    display: none;
}
.min-gallery .bottom .short .right {
    display: none;
}
.min-gallery .bottom .short .middle > div {
    float: left;
}
.short-thumbnail-container {
    cursor: pointer;
    padding-top: 30px;
    width: 36px;
}
.gallery-nav-left {
    background-image: url("arrow-left.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 18px;
    margin-right: 28px;
    margin-top: 40px;
    width: 12px;
}
.gallery-nav-right {
    background-image: url("arrow-right.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 18px;
    margin-left: 28px;
    margin-top: 40px;
    width: 12px;
}
.thumbnail-button {
    background-image: url("box.jpg");
    float: left;
    height: 8px;
    margin: 2px;
    width: 8px;
}
.active-image {
    display: block;
    z-index: 100;
}
.inactive-image {
}
.gallery-caption {
    background-color: Black;
    color: gray;
    height: 100px;
    opacity: 0.7;
    padding: 8px;
    position: absolute;
    width: 100%;
    z-index: 102;
}
.thumbnails {
    margin: auto;
    padding: 22px 0 0;
    position: relative;
    width: 420px;
}
.thumbnails-back, .thumbnails-forward {
    cursor: pointer;
    float: left;
    height: 40px;
    position: relative;
    top: 6px;
    width: 13px;
}
.thumbnails-back {
    background-image: url("arrow-left.png");
    background-position: left center;
    background-repeat: no-repeat;
}
.thumbnails-forward {
    background-image: url("arrow-right.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.thumbnails-contents {
    float: left;
    height: 48px;
    overflow: hidden;
    position: relative;
    width: 390px;
}
.thumbnails-contents > div {
    position: absolute;
    width: 100%;
}
.thumbnails-contents > div > div {
    float: left;
}
.thumbnails-contents img {
    border: 2px solid black;
    height: 43px;
    margin-left: 9px;
    margin-right: 9px;
    width: 43px;
}
.hidden {
    display: none;
}
.visible {
    display: block;
}
.thumbnail-active {
    cursor: pointer;
    opacity: 1;
}
.thumbnail-inactive {
    cursor: pointer;
    opacity: 0.5;
}
.thumbnail-text {
    color: #7a7677;
    display: block;
    font-weight: bold;
    padding: 10px 2px 2px 0;
    text-align: left;
}
.clear-fix {
    clear: both;
}
