VSlider {
labelOffset: -9;
thumbOffset: -1;
dataTipOffset: 13;
tickOffset: 0;
tickLength: 8;
tickThickness: 2;
tickColor: #6600ff;
showTrackHighlight: true;
invertThumbDirection: true;
borderColor: #00cc00;
trackColors: #99ff00, #ffcc00;
themeColor: #660033;
fillAlphas: 0.69, 0.4, 0.75, 0.65;
fillColors: #3333ff, #cc9900, #ff0000, #ccff00;
labelStyleName: "myvSliderLabelStyle";
}
.myvSliderLabelStyle {
letterSpacing: 1;
color: #660000;
fontFamily: Comic Sans MS;
fontSize: 14;
fontWeight: bold;
fontStyle: italic;
textDecoration: underline;
}