/*PAYTABLE ARROWS*/
#paytableNavigation_arrows {
    left: 132px;
    margin: auto;
    width: 100%;
    height: 65px;
    top: 19px;
}

#paytableNavigation_arrows li {
    width: 60px;
    height: 44px;
    text-indent: 100px;
}

#paytableNext{
    margin-left: 69.4%;
}

.interface-cardNavigation_arrows_previous {
    background: url("../../multimedia/images/1280x720/paytable/paytable_previous_button_deselected.png") no-repeat;
}

.interface-cardNavigation_arrows_previous:hover {
    background: url("../../multimedia/images/1280x720/paytable/paytable_previous_button_hover.png") no-repeat;
}

.interface-cardNavigation_arrows_previous:active {
    background: url("../../multimedia/images/1280x720/paytable/paytable_previous_button_selected.png") no-repeat;
}

.interface-cardNavigation_arrows_next {
    background: url("../../multimedia/images/1280x720/paytable/paytable_next_button_deselected.png") no-repeat;
}

.interface-cardNavigation_arrows_next:hover {
    background: url("../../multimedia/images/1280x720/paytable/paytable_next_button_hover.png") no-repeat;
}

.interface-cardNavigation_arrows_next:active {
    background: url("../../multimedia/images/1280x720/paytable/paytable_next_button_selected.png") no-repeat;
}
/*PAYTABLE ARROWS*/
