Hi,
Open ThumbsGrid.as file, and look for this method:
Code:
private function initVars() {
...
vMargin = toy=30; // vertical margin of the list
hMargin = 20; // horizontal margin
...
tvs = 30; // thumbs vertical space
ths = 30; // thumbs horiz. space
...
}