jQuery(function() {
		
	jQuery('div.relatedslider').cycle({ 
	
		fx: 'scrollHorz',
		timeout: 0,
		next: '#right_arrow',
		prev: '#left_arrow'
		
	});
	

});
