$(function() {
	
	jQuery('.featured .buffer').cycle({
		fx: 'scrollRight',
		speed: 700,
		timeout: 5000,
		prev: '.prev',
		next: '.next'
	});
	
})

