jQuery Slideshows make shift-like movement on home page

jQuery Slideshows make shift-like movement on home page

When viewing on an apple device, the home.php page of my wordpress site makes a shift like movement when the slideshows transition. I've included my code below. I'm unsure if it's jquery or CSS related... any ideas? I can provide css, if needed. Thanks!

  1. <script>
  2. $(function(){
  3.     $('.QuoteSS img:gt(0)').hide();
  4.     setInterval(function(){
  5.       $('.QuoteSS :first-child').fadeOut()
  6.          .next('img').fadeIn()
  7.          .end().appendTo('.QuoteSS');},
  8.       6000);
  9. });
  10. $(function(){
  11.     $('.ServiceSS img:gt(0)').hide();
  12.     setInterval(function(){
  13.       $('.ServiceSS :first-child').fadeOut()
  14.          .next('img').fadeIn()
  15.          .end().appendTo('.ServiceSS');},
  16.       8000);
  17. });
  18. $(function(){
  19.     $('.ClientSS img:gt(0)').hide();
  20.     setInterval(function(){
  21.       $('.ClientSS :first-child').fadeOut()
  22.          .next('img').fadeIn()
  23.          .end().appendTo('.ClientSS');},
  24.       3000);
  25. });
  26. </script>

  1. <div style="position:relative; float:left; clear:both; ">
  2.         <div class="QuoteSS" >
  3.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Quotes/quote01.png" title="MegaMarketing">
  4.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Quotes/quote02.png" title="Achieva">
  5.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Quotes/quote03.png" title="Lodging">
  6.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Quotes/quote04.png" title="OneHour">
  7.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Quotes/quote05.png" title="Physical">
  8.         </div>
  9.     </div>
  10.     <div style="position:relative; float:left; ">
  11.         <div class="ServiceSS" >
  12.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Services/List-Strategies-Collage.png" title="List-Strategies">
  13.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Services/Print-Capablilities-Collage.png" title="Print-Capablilities">
  14.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Services/Mailing-Collage.png" title="Mailing">
  15.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Services/Database-Management-Collage.png" title="Database-Management">
  16.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Services/Creative-Collage.png" title="Creative">
  17.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Services/Analytics-Collage.png" title="Analytics">
  18.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Services/Web-Order-Collage.png" title="Web-Order">
  19.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Services/About-Primenet-Collage.png" title="About">
  20.         </div>
  21.     </div>
  22.     <div style="position:relative; float:left; clear:both; top:-30px; left:10px;">
  23.         <p style="font-size:medium;">Some of Our Clients</p>
  24.         <div class="ClientSS" >
  25.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Client-TampaBay.png" title="Tampa Bay Lightning Logo">
  26.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Client-Perkins.png" title="Perkins">
  27.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Client-AG-Edwards.png" title="AF Edwards Logo">
  28.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/huntington_logo.png" title="Huntington">
  29.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Client-TonyRomas.png" title="Tony Romas">
  30.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Client-PitneyBowes.png" title="Pitney Bowes">
  31.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Client-FamousDaves.png" title="Famouse Daves BBQ Logo">
  32.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/CAM.png" title="">
  33.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Client-KnorrPro.png" title="KnorrPro">
  34.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Client-Jostens.png" title="Jostens Logo">    
  35.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Client-OneHour.png" title="One Hour Heating and Air Conditioning Logo">   
  36.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/FRLA_logo.png" title="">   
  37.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Sonnys.png" title="">   
  38.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/DaysInn.png" title="">   
  39.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/AmericanPoetry.png" title="">   
  40.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Drive.png" title="">   
  41.             <img src="http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Client-Carabbas.png" title="Carabbas">   
  42.         </div>
  43.     </div>