
.ipWidget-ImageGallery .text-center {
    text-align: center;
}

.ipWidget-ImageGallery .hide {
    display: none;
}

.ipWidget-ImageGallery .empty-slider {
    padding: 30px;
    background-color: #F1F1F1;
}

.ipWidget-ImageGallery .ipsItem {
    width: 100%;
    height: inherit;
}

.ipWidget-ImageGallery .bx-wrapper .bx-controls .bx-pager-item {
    display: none;
}

.ipWidget-ImageGallery .ipsItem img {
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#ipWidgetImageGalleryControls {
    z-index: 1050;
}

.gallery_container {
    min-height: 1px;
    width: 100%;
    padding: 18px;
}

.carousel_container {
    visibility: hidden;
    width: 100%;
    min-height: 1px;
    margin: 0;
    padding: 0;
    height: inherit;
}

.img-align-center {
    text-align: center;
}
.img-align-left {
    text-align: left;
}
.img-align-right {
    text-align: right;
}

.gallery_item {
    display: inline-block;
    margin: 18px;
}

.gallery_link {
    min-height: 1px;
}

.slider_image {
    width: auto;
}

@media (max-width: 767px) {
    .slider_image {
        width: 100%;
    }
}

.smallinfo {
    display: block;
    text-align: center;
    font-size: .85em;
    color: #ccc;
    z-index: 1000;
}

a.gallery_link a.gallery_link:link, a.gallery_link:hover a.gallery_link:visited {
    border: none !important;
    background: #EFEFEF;
    height: 100%;
}

.bx-viewport{
    height: 600px;
}

#cboxLoadingOverlay{background:url(/widgets/static/img/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(/widgets/static/img/loading.gif) no-repeat center center;}