> How do I eliminate or override the "position: absolute;" being > injected into the img tag, as that appears to be the culprit?
You can't eliminate it. For the slideshow to work the container element must have 'relative' position and the slides must have 'absolute' position inside the container. I suspect your layout is having trouble with the relatively positioned div, but you should be able to sort that out.