.bgNRLC {
    background-repeat: no-repeat;
    background-position: left center;
}
.bgNRLT {
    background-repeat: no-repeat;
    background-position: left top;
}
.bgNRLB {
    background-repeat: no-repeat;
    background-position: left bottom;
}
.bgNRRC {
    background-repeat: no-repeat;
    background-position: right center;
}
.bgNRRT {
    background-repeat: no-repeat;
    background-position: right top;
}
.bgNRRB {
    background-repeat: no-repeat;
    background-position: right bottom;
}
.bgNRCT {
    background-repeat: no-repeat;
    background-position: center top;
}
.bgNRCC {
    background-repeat: no-repeat;
    background-position: center center;
}
.bgRXT {
    background-repeat: repeat-x;
    background-position: top;
}
.bgRXLT {
    background-repeat: repeat-x;
    background-position: left top;
}
.bgRXLB {
    background-repeat: repeat-x;
    background-position: left bottom;
}
.bgRXCC {
    background-repeat: repeat-x;
    background-position: center center;
}
.bgRXRC {
    background-repeat: repeat-x;
    background-position: right center;
}

.bgRYLT {
    background-repeat: repeat-y;
    background-position: left top;
}
.bgRYL {
    background-repeat: repeat-y;
    background-position: left;
}
.bgRYRT {
    background-repeat: repeat-y;
    background-position: right top;
}
