$(function() {
	
	$('.rotating-elements').cycle({
		fx: 'scrollVert',
		height: 314,
		fit: 1,
		next: '#next',
		prev: '#previous',
		timeout: 8000
	})

})
