$(function() {
	$('div.slider ul').cycle({ 
		fx:    'scrollHorz',
		speed:	500,
		timeout: 0,
		next: '.next_arrow',
		prev: '.pre_arrow'
	});
});
