/*PAYTABLE INDICATORS*/
#paytableNavigationindicators {
    left: 638px;
    top: 462px;
    z-index: 550;
}

.interface-cardNavigation_indicators li{
    padding: 0;
    height: 45px;
    width: 45px;
    margin: 0px;
    background-size: auto 100%;
    background: center center url('../../multimedia/images/1280x720/paytable/status_bar_deselected.png') no-repeat;
}

.interface-cardNavigation_indicator:hover {
    background-size: auto 100%;
    background: center center url('../../multimedia/images/1280x720/paytable/status_bar_deselected.png') no-repeat;
}

.interface-cardNavigation_indicator.interface-cardNavigation_selectedIndicator {
    background-size: auto 100%;
    background: center center url('../../multimedia/images/1280x720/paytable/status_bar_selected.png') no-repeat;
}

/****PAYTABLE INDICATORS*/
