is there any way by which images in the following class of css are automatically centered , so that margins are not needed :?

currently this is the coding:


img.classimg
{
display: block;
margin-right:auto;
margin-left:319px;
padding:2px;
border:1px solid #DEDEDE;
}

Please Help!

Thanks!

EDIT: ITS HTML!
coolboyz2323 Reviewed by coolboyz2323 on . [Help] Align Images to center in CSS is there any way by which images in the following class of css are automatically centered , so that margins are not needed :? currently this is the coding: img.classimg { display: block; margin-right:auto; margin-left:319px; Rating: 5