If there is a CSS rule that uses !important, is there a way to remove the !important rule so that I can make further downstream style changes with
!important
Just add a style="" tag to any images with this issue, hopefully they all have some sort of defining class to them that it's easy to do so.
style=""
$('div.stubborn').attr('style', 'display: inline !important;');
jsFiddle DEMO