
	$(document).ready(function(){
							 
		$(function() {
				   
			$('#box').cycle({ 
				fx:     'scrollLeft', 
				speed:   500, 
				timeout: 10000, 
				next:   '#next2', 
				prev:   '#prev2' 
			});
			
		});
		
	});
