﻿/* START Flexlslider Preview */

#previews-container {
    overflow: visible;
    top: 45%;
}

    #previews-container.modal.fade,
    div.loading.modal.fade {
        top: 45%;
        transition: opacity 0.3s linear 0s, opacity 0.3s ease-out 0.3s;
        -webkit-transition: opacity 0.3s linear 0s, opacity 0.3s ease-out 0.3s;
        -moz-transition: opacity 0.3s linear 0s, opacity 0.3s ease-out 0.3s;
        -ms-transition: opacity 0.3s linear 0s, opacity 0.3s ease-out 0.3s;
        -o-transition: opacity 0.3s linear 0s, opacity 0.3s ease-out 0.3s;
    }

        #previews-container.modal.fade.in {
            top: 45%;
        }

div.loading {
    background: white url(Images/ajax-loader.gif) 50% 50% no-repeat;
    margin: -120px 0 0 -40px;
    width: 50px;
    height: 50px;
}

.slider-img-fix li img {
    max-height: 400px;
    *min-width: 100%;
}

.slider-placeholder-text {
    margin: 50% 25% 0 25%;
    text-align: center;
}
/* END Flexslider Preview */
