
slideShowProInstance.albumPreviewStrokeWeight
Property; a Number containing the pixel width of the stroke that is automatically applied to album previews. The default value is 2. Setting this property to 0 will remove the stroke.
The following example changes the stroke width of thumbnails to 1 pixel wide:
my_ssp.albumPreviewStrokeWeight = 1;

