echo $options->lightbox_caption_enabled_key;
?>
"><?php 
_e('Lightbox Captions Enabled:', 'maxgalleria');
?>
</label>
			</td>
			<td>
				<input type="checkbox" id="<?php 
echo $options->lightbox_caption_enabled_key;
?>
" name="<?php 
echo $options->lightbox_caption_enabled_key;
?>
" <?php 
echo $options->get_lightbox_caption_enabled() == 'on' ? 'checked' : '';
?>
 />
			</td>
		</tr>
		<tr>
			<td>
				<?php 
_e('Lightbox Captions Position:', 'maxgalleria');
?>
			</td>
			<td>
				<select id="<?php 
echo $options->lightbox_caption_position_key;
?>
" name="<?php