/*PAYTABLE ARROWS*/
#paytableNavigation_arrows {
    top: 0px;
    left: 20px;
    margin: auto;
    width: 100%;
    height: 160px;
}

#paytableNavigation_arrows li {
    width: 142px;
    height: 142px;
    text-indent: 100px;
    overflow: hidden;
}

#paytableNext {
    margin-left: 820px;
}

.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_selected.png") no-repeat;
}

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

.interface-cardNavigation_arrows_next {
    background: url("../../multimedia/images/1280x720/paytable/paytable_previous_button_deselected.png") no-repeat;
    left: 1015px;

    -ms-filter: "FlipH";
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
}

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

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