Panorama Images

I have uploaded a panorama image to my database and was wondering if there is a way that Omeka will allow a user to shift the panorama left to right on the screen to view.
Let me know if I need to explain more.
Charlie

You can do this pretty easily with CSS in your theme.

You can tell Omeka to display the original image, but contain it in a div with a overflow: auto style, which will make the browser create a scrollbar if the image grows too large for the div to contain.