/*PAYTABLE ARROWS*/
#paytableNavigation_arrows {
    margin: auto;
    width: 100%;
    bottom: 210px;
}

#paytableNavigation_arrows li {
    width: 153px;
    height: 95px;
}

#paytableNext {
    margin-left: 908px;
}

.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: 1155px;

    -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*/
