Curve with a filmstrip that is optimized for wide screens, so the film strip is next to the picture instead of below it.
Demo (http://coppermine-gallery.net/demo/cpg15x/?theme=curve_vstrip) - Download (https://sourceforge.net/projects/coppermine/files/Themes/1.5.x/cpg1.5.x_theme_curve-vstrip_v1.0.zip/download)
Just tried the vertical film strip, but had a problem with a couple of icons (files & information) showing incorrectly as text.
I changed line 183 of theme.php from:-
<a href="#" class="firstlevel" title="{INFO_TITLE}"><span class="firstlevel">{INFO_ICO}{INFO_LNK}</span></a>
to:-
<a href="#" class="firstlevel" title="{INFO_TITLE}"><span class="firstlevel">{PHPINFO_ICO}{PHPINFO_LNK}</span></a>
and this seemed to solve both problems.