/* dojox.mobile.Slider */ .mblSlider { background-image: url(compat/slider-h-bg.png); background-repeat: repeat-x; } .mblSliderProgressBar { background-image: url(compat/slider-h-bar-bg.png); background-repeat: repeat-x; } .mblSliderHandle { background-image: url(compat/slider-handle-bg.png); } .mblSliderV { background-color: #bdbebd; background-image: none; } .mblSliderV .mblSliderProgressBar { background-color: #00a200; background-image: none; } .dj_gecko .mblSlider { background-image: -none; -moz-user-select: none; -moz-box-sizing: content-box; } .dj_gecko .mblSliderProgressBar { background-image: none; } .dj_gecko .mblSliderHandle { background-image: none; } .dj_ff3 .mblSlider { -moz-border-radius: 10em; } .dj_ff3 .mblSliderProgressBar { -moz-border-radius: 10em; } .dj_ff3 .mblSliderHandle { -moz-border-radius: 10em; }