Hello -
Go to this directory:
/modules/mod_vm_jcategory_scroller/js/skins/default/
then to the CSS that you are using. (It equals the numbers 0 - 9 and whether you are using full or thumbnails. If you are using, for example, full and 0 then you will need to edit skinFull0.css)
At line 7 you find:
.jcarousel-item a {
text-decoration:none;
}
You can put whatever kind of font styling you like right there. You should be inheriting your styling from either your template or your VM theme, so if you don't like it then this is a good place to override it.