OK, I'll try that. But where do I add the event listeners for the keyboard events? Which in this case would be the right and left arrow keys respectively for the slide_right and slide_left functions. Would I place those underneath the other two addEventListener objects or inside of the functions themselves? I would think underneath the other two event listeners but I just want to confirm it. Thanks.