Turn.js's autoCenter property changes the margin-left of the #flipbook, in order to keep the images inside the flipbook virtually centered. However, I want the flipbook centered within my browser, but autoCenter affects putting margin: 0 auto; on the #flipbook.
Is there any way I can make both the flipbook centered in the browser window, and have the autoCenter property turned on so that I don't have to write the double-page view autoCenter'ing functionality myself with JavaScript?