Simple panning/scrolling image gallery

maybe created out of this simple easing this._y += (destY-this._y)/15;

as you move your mouse to the right i guess the image gallery will want to move to the left.