$(document).ready(function() {
	$('#UpcomingEvents').totemticker({
				row_height	:	'110px',
				mousestop	:	true,
				speed       :   800,
				interval    :   6000
			});
});
