Hey Alex,
I was just monkeying around trying to adapt this lightbox contrib to something else on my site and got screwed up on the templates... I notice you hardcode templates in so I am making this suggestion:
In all files where you have something like:```
<script type="text/javascript" src="includes/templates/template_default/jscript/lightbox_prototype.js"></script>
change it to:```
<script type="text/javascript" src="<?php echo $template->get_template_dir('.js',DIR_WS_TEMPLATE, $current_page_base,'jscript');?>/lightbox_prototype.js"></script>
and then move everything from the "template_default" folder of your package to the "YOUR-TEMPLATE-FOLDER" folder.
This will bring your GREAT contrib more in-line with the override and templating standards of the zen platform.