.image-slider {
    display:inline;
    position:relative;
    padding-top: 10px;
}
.slider-button {
    position: relative;
    font-family: "Helvetica Neue";
    display: inline-block;
    float:left;
    background-color: #cccccc; /* black-grey */
    color: white;
    padding-bottom: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    border: none;
    margin-right: 2px;
    
}
.heading {
    font-family: "Helvetica Neue";
    font-size: 2em;
    font-weight: bold;
    padding-bottom: 5px;
}
.slider-button:hover {
        background-color: #555555;
}

.slider-button:active {
        background-color: #da352a;
}

.slider-button.active {
        background-color: #da352a;
}

.buttons {
    display:inline;
}

img {
    cursor: pointer;   
}