Event.observe(window, 'scroll', function() {
	if ($('edu_box_first')) {
		var so = $('edu_box_first').viewportOffset()[1];
		$('edu_box_first').next().setStyle({marginTop: (so < 0 ? ((so * -1) + 15) : '0') + 'px'});
	}
});
