In css its called the margin. You can try adding this, or editing your current css file. That is a huge pain to google. Pulled this off my css.
img.left {
float:left;
margin: 0px 10px 10px 0px;
}
There is also an entry for img.right. Just replace left with right for that one. Hope this helps.