(function($){
	$(function(){
		$('.steps>div').equalizeBottoms();
	})
}(jQuery));
