Stop a Parallax Slider from fading in and out

Stop a Parallax Slider from fading in and out

Hi I am working on this website:  http://sunbgi.com/programming/adultblend/index.html

I  want the first slide to stay on the page without transitioning to the next slide, but it keeps fading to white and then coming back.. Is there a way to stop the animation just on this one page?


<div id="parallax-slider-wrapper">
<div id="parallax-slider-backgrounds">
<div style="background-image: url('images/adultblend6.jpg');" class="parallax-bg current"></div>
<div style="background-image: url('images/adultblend6.jpg');" class="parallax-bg"></div>
</div><!-- parallax slider backgrounds -->
<div id="parallax-slider-black"></div>

Any help would be much appreciated.