I've had a lot of help from stack overflow getting this page to where it is with its functionality and it's almost there, I'm just not a jQuery expert. Working example:
http://www.metropoliscreative.com/jake_test/test1.html
I'm using Galleriffic (a dynamic gallery jQuery plug) and Quicksand (a jQuery filtering plug).
If you click the thumbnails, they will load properly in the big pane. If you select project type or industry, it will sort those thumbnails based on some data types.
However, the issue is that once you sort them, the Galleriffic functionality stops working. So to correct this, I wrapped another galleriffic call within the quicksand initialization. So that once quicksand completes, it resets galleriffic.
However, I'm getting an error from galleriffic at this point and I'm not sure why. I'm calling the exact same way it is being called when the page loads and it works then.