$(function(){
	$('#vertical-ticker').totemticker({
		row_height	:	'20px',
		next		:	'#ticker-next',
		previous	:	'#ticker-previous',
		stop		:	'#stop',
		start		:	'#start',
		mousestop	:	true
	});
});
