#touchButtonsContainer {
    position: fixed;
    left: 5px;
    bottom: 80px;
    margin: 0;
    padding: 0;
    z-index: 9999999;
}

.buttonsContainer {
    margin: 0;
    padding: 0;
    clear: both;
}

.touchButton{
    margin: 5px;
    padding: 0;
    background-size: cover;
    float: left;
    width: 80px;
    height: 80px;
}

.paddingButton {
    width: 80px;
    margin: 0.02in;
    height: 0.7in;
    float: left;
}

#upButton{
    position: relative;
    width: 80px;
    height: 80px;
    bottom: 0px;
    left: 6px;
    background: url('../sprites/arrow_up.png');
    background-size: 80px 80px;
}


#leftButton{
    position: relative;
    width: 80px;
    height: 80px;
    background: url('../sprites/arrow_left.png');
    background-size: 80px 80px;
}


#downButton{
    position: relative;
    width: 80px;
    height: 80px;
    margin-top: 90px;
    background: url('../sprites/arrow_down.png');
    background-size: 80px 80px;
}


#rightButton{
    position: relative;
    width: 80px;
    height: 80px;
    background: url('../sprites/arrow_right.png');
    background-size: 80px 80px;
    float: left;
}
