Wow!  I just found a really cool PHP function: 
natsort().  It's a natural (smart) sort function.  If you had list of 4 items: image1, image2, image10, image11 they don't sort right with a normal sort.  Natural sort fixes that.  Very cool.  Fixed the sorting problems on my 
DVD page.