Somewhere in your template's css file it will say something like:
img {
border: 1px solid #000000;
}
maybe with some extra code as well.
This would set a border around every image.
When you remove that your borders should be gone.
If you need more detailed help, you should give a link to the website so we can have a look.