

.scontrols-outer {
    position: relative;
    top: -30px;
    height: 32px;
    background-color: #FFF;
    z-index: 500;
    padding: 2px;
    border: solid 1px #999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scontrols-button {
    cursor: pointer;
    display: inline-block;
    height: 26px;
    width: 26px;
    border: solid 1px #DDD;
    padding: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #333;
}

.scontrols-button:hover {
    background-color: #DDD;
}
