$(function() {
		   
	$('div.jquery_box').cycle({ 
		fx:    'scrollHorz',
		prev: '#prev',
		next: '#next'
	});
	
});
