Right.. seems you're in luck as I just implemented this while I really should have worked on something else.
Guess I got intrigued.

So.. NOT added a click event on the wrapper, but instead added it to the carousel object.
This has the added advantage that the user can still navigate the images either by the thumbnails (indicators) or the arrows and not trigger the "click on image" logic.
Only an actual click on a carousel image will trigger a "onItemClick" and it passes the selected item as a parameter.

This code is not yet synced to the public repository, but it will be soon enough.

--
Wil