#game-controls {
    margin: 10px auto 16px;
    min-height: 16px;
    width: 300px;
    position: relative;
}

#game-controls .reset {
    position: absolute;
    left: 100%;
    margin-left: 5px;
}

#game-controls .shrink {
    background: url(../images/zoom_out.png) no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    cursor: pointer;
}

#game-controls .enlarge {
    background: url(../images/zoom_in.png) no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    cursor: pointer;
}

#game-controls .slider-container {
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 5px;
    position: relative;
}

#game-controls .slider {
    background: #F4F0EC;
    height: 4px;
    border: 1px solid #E0CFC2;
    color: #1E1B1D;
    position: relative;
    cursor: pointer;


    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#game-controls .slider .ui-slider-handle {
    background: #FFF;
    border: 1px solid #CDC3B7;
    color: #3F3731;
    width: 8px;
    margin-left: -5px;
    height: 18px;
    display: block;
    position: absolute;
    top: -8px;
    cursor: e-resize;

    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#game-container {
    position: relative;
}

#game {
    text-align: center;
    margin: 0 auto;
}

#game object {
    display: block;
}
