
.highslide {
        outline: none;

}
.highslide-active-anchor img {
        visibility: hidden;
}
.gallery-examples .highslide-active-anchor img {
        visibility: visible;
}


.highslide-caption {
        display: none;
        border-top: none;
        padding: 0 10px 10px 10px;
        background-color: white;
        text-align: justify;
}
.highslide-dimming {
        background: black;
        position: absolute;
        width: 100%;
        visibility: hidden;
}
.highslide-loading {
        display: block;
        color: black;
        font-size: 8pt;
        font-family: sans-serif;
        font-weight: bold;
        text-decoration: none;
        padding: 2px;
        border: 1px solid black;
        background-color: white;

        padding-left: 22px;
        background-image: url(../highslide/graphics/loader.white.gif);
        background-repeat: no-repeat;
        background-position: 3px 1px;
}

.highslide-move {
        cursor: move;
}


.highslide-overlay {
        display: none;
}



/* Individual CSS-classes: no border */
.highslide-no-border {
        background-color: gray;
}
.highslide-no-border .highslide-image {
        border: none;

}
.highslide-no-border .highslide-html {
        border: none;

}
.highslide-no-border .highslide-caption {
        border: none;
        color: white;
        font-weight: bold;
        position: absolute;
        padding: 1em 0 0 0;
        background: none;
}
.highslide-no-border .highslide-caption code {
        color: white;
}

/* Mac-style close button */
.closebutton {
        position: relative;
        top: -15px;
        left: 15px;
        width: 30px;
        height: 30px;
        cursor: pointer; /* w3c */
        background: url(../highslide/graphics/close.png);
}



