Thumbnails appearance
In 'Thumbnails' category of the Wizard (Right click on Flash Object, then FlashDevlopment24 Wizard -> Classic Photo Gallery) you can customize the appearance of the thumbnails.

-
Width
The width of the thumbnails, in pixels.
-
Height
The height of the thumbnails, in pixels.
-
Corner radius
An integer value that sets the radius of all corners of the thumbnails.
-
Border width
The width of the border of the thumbnails, in pixels.
-
Border color
The color of the border of the thumbnails.
-
Border transparent
Indicates the alpha transparency value of the border of the thumbnails. Valid values are 0 (fully transparent) to 100 (fully opaque).
-
Scale mode
The thumbScaleMode property determines how the thumbnail contents are adjusted. This property can be set to Fit and Fill values. Fits to the entire thumbnail cell or fills the entire thumbnail cell with an image, cropping the edges of the image as necessary.
-
Shadow
A Boolean value that indicates whether it would be added drop shadow to the thumbnails (true) or not (false).
Captions
-
Font
The font name of the caption of the thumbnails.
-
Size
The font size of the caption of the thumbnails.
-
Color
The color of the caption of the thumbnails.
-
Font bold
Specifies whether the caption of the thumbnails is boldface.
-
Alignment
A string that specifies how to align the caption in the thumbnails. Acceptable values are "Top", "Center" and "Bottom"
-
Javascript function "OnClick"
The name of the javascript function that is called when a mouse click on the thumbnail. Number slide is passed as an argument.