CSS gallery layout—smells like a table

Hello, welcome to the CSS gallery layout demo. The purpouse of this demo is to mimic the behavior of tables that are often used to lay out image galleries, but with semantic markup and CSS. I have tried to keep the flexibility (fluidity) of the table approach, that accomplishes this via it's vertical and horizontal align properties, that aren't all that great when it comes down to other elements other than tds.
Please, take a peak at the code, resize the window, play around and if you want to comment, please do so on the original article.

Gallery layout by Dragan Babić, dnevnikeklektika.com