Remove image border in twentyeleven theme [closed]

If you refer to the grey background around the images, removing this should help:

.wp-caption {
background: #eee;
}

Or you could switch it to transparent

.wp-caption {
background: transparent;
}