Well, althought we don't know if you are working with epub2 or epub3, I would employ the following code:
Code:
img {
display: inline-block;
width: 99%; /* or whatever width you wish */
}
.image-setup {
text-indent: 0;
text-align: center;
margin: 0;
}