This is probably more related to use Views for a taxonomy list. Anyway, I have the image module installed along with the image_gallery module. This works fine and I'm currently using Views to create the gallery page.

See http://denneysdimension.net/gallery/2008/05/25 for an example.

I'm currently tagging my images with various tags using taxonomy. What I would like to do is provide a gallery view like the above but for these taxonomy lists.

If you look at this page: http://denneysdimension.net/gallery/tags/model-railroad

That is the current layout of the taxonomy lists. Just a standard list, nothing special. I would like to keep this list for all vocabularies EXCEPT the gallery tag vocabulary. That vocabulary, I would like it to have a view like the gallery above.

I hope I am explaining this correctly. I tried creating a taxonomy term view using Views but I can only have one or the other. I can't create a view for the "tags" vocabulary and one for the rest.

Any ideas on how I could achieve this?