
slideShowProInstance.albumPreviewStrokeColor
Property; a Number containing the hex value for the stroke around album preview images. The default value is "0xFFFFFF".
The following example changes the stroke color of album thumbnails to black:
my_ssp.albumPreviewStrokeColor = "0x000000";

