.px-onoff { width: 100px; height: 29px; background-image: url(../img/ui-sprites.png); background-position: -68px 0; background-repeat: no-repeat; cursor: pointer; } .px-onoff .handle { position: absolute; top: 1px; width: 37px; height: 27px; background-image: url(../img/ui-sprites.png); background-position: -68px -29px; background-repeat: no-repeat; } .px-onoff .label { position: absolute; top: 0; width: 61px; font-size: 15px; text-align: center; text-transform: uppercase; line-height: 29px; color: white; font-weight: bold; } .px-onoff .label.off { left: 38px; color: #cccccc; } .px-onoff .label.on { left: 1px; color: #ffb400; } .px-onoff .handle.off { left: 1px; } .px-onoff .handle.on { left: 62px; }