

/* revolver examples */
.revolver.container {
  
    width: 945px;
    height: 357px;
  
    overflow: hidden;
    position: relative;
}

.revolver.stack .slide {
    left: 0;
    position: absolute;
    top: 0;
}

.revolver.inline .slide {
    margin: 0;
    padding: 0;
    position: static;
}

.revolver.reveal .slide {
    height: 300px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 720px;
}

.controls {
    line-height: 30px;
}

.controls a {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    color: #fff;
    padding: 2px 7px;
    text-decoration: none;
    text-shadow: 1px 1px 0 black;
}

.controls a:hover {
    background-color: #EADFAB;
    color: black;
    text-shadow: none;
}

.top {
    height: 1px;
    margin-top: 40px;
    position: relative;
}

.top hr {
    border-color: #333;
    border-style: none none dashed;
    border-width: 0 0 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 642px;
}

.top a {
    color: #777777;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
}

.hidden {
    display: none;
}

.float_right {
    float: right;
}

@media all and (max-width: 800px) and (min-width: 200px) {

    body {
        margin: 0;
        text-align: left;
    }

    #share {
        margin: 15px 0 0;
        width: 100%;
    }

    #wrapper. footer {
        margin: 0;
        width: 100%;
    }

    .top hr {
        width: 100%;
    }

    .top a {
        display: none;
    }

}