<td><?php 
_e('Thumbnail Custom Rel Attribute:', 'maxgalleria');
?>
</td>
				<td>
					<input data-default="<?php 
echo $options->thumb_image_rel_attribute_default;
?>
" type="text" id="<?php 
echo $options->thumb_image_rel_attribute_default_key;
?>
" name="<?php 
echo $options->thumb_image_rel_attribute_default_key;
?>
" value="<?php 
echo $options->get_thumb_image_rel_attribute_default();
?>
" />
				</td>
			</tr>
			<tr>
				<td><?php 
_e('Lightbox Captions Enabled:', 'maxgalleria');
?>
</td>
				<td>
					<input data-default="<?php 
echo $options->lightbox_caption_enabled_default;
?>
" type="checkbox" id="<?php 
echo $options->lightbox_caption_enabled_default_key;