
slideShowProInstance.albumPadding
Property; a Number that indicates the amount of padding to apply around album previews and text fields in each album element. The default value is 8.
Note: This parameter is only used when albumPreviewStyle is set to "Inline" or "Banner".
The following example tells the slideshow instance to place 4 pixels worth of padding around previews and text in each album element:
my_ssp.albumPadding = 4;

