Hi there,
in css file template_css.css
you need to remove border by modifying this entity:
div.moduletable img, .footer_modules div.moduletable img {
border: 1px solid #222;
}
you can simply put 0px instead of 1px
Tto edit that file go to administration->Extensions->TemplateManeger->Your template name-> Edit Css-> template_css.css...