Hi,
I looked at your code before writing my previous answer, and I stand by what I wrote above. Your descriptions for the above mentioned slides are completely missing in the code. You can look at the code below and see if you can locate the descriptions. Please delete them, and add them again and see if there is a difference. Also please dont use any single quotes in your descriptions, and see if there is a difference.
Code for slide # 2 (missing description)
<li data-caption="<h1 style='color:#ffffff'>Torch Controls</h1>" data-animation="random" class="featured featured_container3 caption_bottom caption_bottom_framed caption_framed withCaption" style="display: none; z-index: 1; position: absolute; left: 0px; top: 0px; ">
<a href="http://www.retechsystemsllc.com/webdev/wp-content/uploads/2012/10/Plasma-Torch.jpg" rel="lightbox[auto_group1]" style="left: auto; "><img src="http://www.retechsystemsllc.com/webdev/wp-content/uploads/2012/10/Plasma-Torch-600x360.jpg" title="Plasma-Torch" alt="" data-imgh="360" data-imgw="990" style="left: 0px; ">
<span class="image_overlay_effect lightbox_image" style="display: block; z-index: 5; opacity: 0; ">
<span class="image_overlay_effect_inside"></span>
</span>
</a>
<div class=" slideshow_caption caption_link">
<div class="slideshow_inner_caption">
<div class="slideshow_align_caption">
<h1 style="color:#ffffff">Torch Controls</h1>
</div>
</div>
</div>
</li>
Code for slide # 5 (description available)
<li data-caption="<h1 style='color:#ffffff'>Ready to Go!!</h1><div style='color:#ffffff' class="featured_caption">A loaded cold-hearth and a torch positioned over top, ready to strike an arc.</div>" data-animation="random" class="featured featured_container9 caption_bottom caption_bottom_framed caption_framed withCaption" style="display: none; z-index: 1; position: absolute; left: 0px; top: 0px; ">
<a href="http://www.retechsystemsllc.com/webdev/wp-content/uploads/2012/10/Plasma-Furnace-Chamber-2.jpg" rel="lightbox[auto_group1]" style="left: auto; ">
<img src="http://www.retechsystemsllc.com/webdev/wp-content/uploads/2012/10/Plasma-Furnace-Chamber-2-990x360.jpg" title="Plasma-Furnace-Chamber-2" alt="" data-imgh="360" data-imgw="990" style="left: 0px; ">
<span class="image_overlay_effect" style="display: block; z-index: 5; opacity: 0; ">
<span class="image_overlay_effect_inside"></span>
</span></a>
<div class=" slideshow_caption caption_link">
<div class="slideshow_inner_caption">
<div class="slideshow_align_caption">
<h1 style="color:#ffffff">Ready to Go!!</h1>
<div style="color:#ffffff" class="featured_caption">
A loaded cold-hearth and a torch positioned over top, ready to strike an arc.
</div>
</div>
</div>
</div>
</li>
To understand what is happening its good to test a few things. First thing is to compare the 4 missing descriptions and see if they have something in common (a non standard character, a single quote, etc.); Then to start looking for a different theory as to why the descriptions are removed from the code. Could you paste here the descriptions for the 4 slides i mentioned please.
Thanks,
Nick