﻿        
        BODY.juicebox-gallery-filled {
            overflow: hidden;
        }


        .juicebox-embedded-gallery {
            position: relative;
            height: 600px;
            overflow: hidden;
        }

        .juicebox-container {
            position: fixed;
            top: 0px;
            left: 0px;
            z-index: 999999;
        }

        .juicebox-embedded-gallery .juicebox-container {
            z-index: 3500;
        }

        .jcbx-glry-classic {
            background-image: url(/static/js/plugins/juicebox/jbcore/arn/img/spinner.gif) !important;
            background-position: center center !important;
            background-repeat: no-repeat !important; 
        }

        .jb-caption-desc p.source {
            font-style: italic;
	        font-size: 0.8em;
	        margin-top: -0.7em;
        }


        .juicebox-gallery .jb-area-large-mode-title {
            text-transform: uppercase;
            font-family: BrandonGrotesque !important;
            display: none !important;                       /* Hide the Gallery Title in full window galleries */
        }
        .juicebox-gallery .juicebox-leaderboard {
            width: 100%;
            text-align: center;
            padding-top: 5px !important;
        }
        .juicebox-gallery .juicebox-leaderboard .juicebox-leaderboard-ad {
            background: #444 url(/static/js/plugins/juicebox/jbcore/arn/img/spinner.gif) center center no-repeat;
            margin: 0px auto;
            width: 728px;
            height: 90px;
        }
        @media (max-width: 767px) {
            .juicebox-gallery .juicebox-leaderboard .juicebox-leaderboard-ad {
                width: 320px;
                height: 50px;
            }
        }

        .juicebox-container-embedded {
            position: relative;
        }
        .juicebox-container-embedded .juicebox-gallery .jb-area-large-mode-title {
            display: block !important;                      /* Show the Gallery Title in embedded window galleries */
        }

        #jb-glry-dlg .jb-go-back {
            display: none !important;           /* hide the close button in the fullscreen dialog */
        }

        /* GALLERY MREC */
        .juicebox-mrec {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            z-index: 10000;
        }

        .juicebox-mrec .juicebox-mrec-ad {
            position: absolute;
            width: 300px;
            height: 250px;
            top: 50%;
            left: 50%;
            margin-top: -125px;
            margin-left: -150px;
            z-index: 1;
            background: #333 url(/static/js/plugins/juicebox/jbcore/arn/img/spinner.gif) center center no-repeat;
        }

            .juicebox-mrec .btn_close {
                color: #fff;
                font-family: "PTSans",sans-serif;
                cursor: pointer;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -155px;
                margin-left: -150px;
                width: 300px;
                text-align: right;
                display: none;
            }

                .juicebox-mrec .btn_close .icon-close {
                    cursor: pointer;
                    width: 15px;
                    height: 30px;
                    line-height: 30px;
                    padding-left: 5px;
                    display: inline-block;
                }
                    .juicebox-mrec .btn_close:hover {
                        color: #999;
                    }

@media only screen and (max-width: 767px) {
    .juicebox-embedded-gallery {
        height: 400px;
    }
}