I am currently developing a dynamic PHP gallery that will feature thumbnails with the same width but varying heights. These thumbnails will be arranged from left to right, so I would prefer not to use a traditional five-column layout. I suspect that achieving this layout using only CSS may not be feasible. Do you happen to know of any jQuery scripts that could help achieve this? I believe this type of gallery layout is quite common...