hi everyone,
to show only one thumb of a gallery without pagination do the following:
1. set number of images per page to 1 in your gallery options
2. in your gallery.php (or your custom-template) disable or delete pagination, by changing the follwing line :
<!– Pagination –>
<?php echo $pagination ?>
thats all