I'm building a horizontally scrolling website and using jquery serialscroll to navigate. I've bound the keyboard arrow keys (left and right) and buttons on the page to scroll to the next element using div tags. The effect works quiet well but I was wondering if there is a way to select/call the current element/div for another script?I'm building a horizontally scrolling website a