HSlider {
labelOffset: -5;
thumbOffset: 2;
dataTipOffset: 1;
tickOffset: 1;
tickLength: 7;
tickThickness: 2;
tickColor: #3333ff;
showTrackHighlight: true;
invertThumbDirection: true;
borderColor: #cc0000;
trackColors: #99ffcc, #ff9933;
themeColor: #33ff66;
fillAlphas: 0.75, 0.51, 0.72, 0.59;
fillColors: #3333ff, #ff0000, #ccff33, #ffff00;
labelStyleName: "myhSliderLabelStyle";
}
.myhSliderLabelStyle {
letterSpacing: 0;
color: #6600ff;
fontFamily: Comic Sans MS;
fontSize: 18;
fontWeight: bold;
fontStyle: italic;
textDecoration: underline;
}