
.gallery {
    position: relative;
}

.gallery > ul,
.gallery > .items {
    position: relative;
}

.gallery > ul > li,
.gallery > .items > .item {
    position: absolute;
    visibility: hidden;
}

.gallery > ul > li.-selected,
.gallery > .items > .item.-selected {
    visibility: visible;
}

.gallery .-toolbar {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    width: 100%;
    height: 1.5em;
}

.gallery .-btn {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    cursor: pointer;
}

.gallery .-item.-btn:hover,
.gallery .-prev.-btn:hover,
.gallery .-next.-btn:hover {
    color: #cc2127;
}

.gallery .-next.-btn,
.gallery .-prev.-btn {
    margin-left: 0.3em;
    margin-right: 0.3em;
    color: #21449d;
}

.gallery .-item.-btn {
    color: #21449d;
}

.gallery .-item.-btn.-selected {
    color: #cc2127;
}

.gallery .quotes {
    margin: 0;
    padding: 0;
}

.gallery .quote {
    border: 0;
    background-color: transparent;
    margin: 0;
    padding: 0.4em 0 0 0;
}

/* Quotes */
ul.quotes {
    list-style: none;
    list-style-position: inside;
    padding-left: 0;
}

.quotes .quote {
    padding: 0.6em;
    margin: 0 0 1em 0;
    font: 22px neuton, serif;
    font-style: italic;
    color: #303030;
    zoom: 1;
}

.quotes .quote:before,
.quotes .quote:after {
    content: "";
    display: table;
}

.quotes .quote:after {
    clear: both;
}

.quotes .quote .text {
    line-height: 1.4;
}

.quotes .quote .author {
    margin-left: 0em;
    float: right;
    text-align: right;
}