Test
I've found that I must define a specific width for the object or nothing else will make it center. A relative width doesn't work.
I have found... margin: 0 auto; works for me. But I have also seen it NOT work due to the class being trumped by another specificity that had ... float:left; so watch for that you may need to add ... float:none; this worked in my case as I was coding a media query.