It doesn't have that option.
It would require altering the components source code or you would have to set another timeline slider using setTimelineSlider .
Example :
Change the code in the load.as file in the C:\Program Files\KoolMoves\Bin\media player\ClassicRightList folder into
Code:
setClassicSkin({width:width-200,lpos:1,lsize:200,lvisible:true,lfsize:11});
b_timeline_fill = new s_bmp(width-49,4,0,c[2]);
setTimelineSlider(4,height-29,b_timeline_base,0,0,1,b_timeline_fill,2,2,width-53,b_drag);
Does that work for you ?