.active-menu-left {
    background-image: url(Images/ArrowLeftActive_0000.png);
}
.active-menu-left-pushed {
    background-image: url(Images/Arrow_left_0000.png);
}
.active-menu-right {
    background-image: url(Images/Arrow_right_active_0000.png);
}
.active-menu-right-pushed {
    background-image: url(Images/Arrow_right_0000.png);
}
.menu-container-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}