So I added the Tabs with top border and added With content of from thumbnails-slider.html
Now on the first Tab i added the slider images couple 2 different sets and they work fine, but on the 2nd and rest of the tabs the first image breaks or until the second image slides and such and they become normal, and slow anyway to fix it?
<div class="tab-content clearfix" id="tabs-13">
<div class="fslider alignleft" data-arrows="false" style="width:250px;">
<div class="flexslider">
<div class="slider-wrap">
<div class="slide"><img src="images/boston/nephromax_family.jpg" alt="Slider 1"></div>
<div class="slide"><img src="images/boston/nephromax_sheath_family.jpg" alt="Slider 2"></div>
<div class="slide"><img src="images/boston/nephromax_standard.jpg" alt="Slider 3"></div>
<div class="slide"><img src="images/boston/nephromax_xl.jpg" alt="Slider 4"></div>
<div class="slide"><img src="images/boston/nephromax_high_pressure_balloon_catheter_kit.jpg" alt="Slider 5"></div>
</div>
</div>
</div>Thats what im adding for the slide images and such but on the first tab it works, second and rest doesnt.
