Version 2
Removed dom-slider methods from the Object prototype chain; now they are independent modules. As a result, you must now provide the element as an argument: instead of being able to do element.slideDown(), you must do slideDown({element}). Also, I added aria-hidden to prevent screen readers from reading hidden elements.