$(document).ready(function(){
$('#s6').cycle({ 
    fx:     'scrollHorz', 
    prev:   '#prev2', 
    next:   '#next2', 
    speed:  'fast', 
    timeout: 0
  });
 });
