You could try:

Code:
#productMainImage {
   margin-left: auto;
   margin-right: auto;
   width: 100%;
}
The width gives your image room to move.

Hope this helps.