// JavaScript Document
	$('#s2').cycle({ 
		fx:     'scrollLeft',  
		speed:  'fast', 
   		timeout: 10000,
		next: '#cycleNext',
    	prev: '#cyclePrev'
	});