$('document').ready (function() {
	$('.vertical li').vjustify();
});

