body { font-family: sans-serif; } .px-slider { position: relative; } .px-slider .rail-top { position: absolute; right: 12px; top: 0; width: 7px; height: 100%; background-image: url(../img/ui-sprites.png); background-position: 0 0; background-repeat: no-repeat; } .px-slider .rail-bottom { position: absolute; right: 12px; bottom: 0; width: 7px; height: 100%; background-image: url(../img/ui-sprites.png); background-position: -7px bottom; background-repeat: no-repeat; } .px-slider .handle { position: absolute; margin: -8px; right: 0; width: 54px; height: 45px; background-image: url(../img/ui-sprites.png); background-position: -14px 0; background-repeat: no-repeat; } .px-slider .tick-mark { position: absolute; right: 25px; width: 14px; height: 1px; width: 25px; background-image: url(../img/ui-sprites.png); background-position: -14px -45px; background-repeat: no-repeat; } .px-slider .tick-label { position: absolute; right: 55px; font-size: 13px; line-height: 1.0; margin-bottom: -5px; color: #999999; cursor: pointer; white-space: nowrap; } .px-slider .tick-label.hover { color: black; } .px-slider .tick-label.selected { color: #fb7700; }