Is there anyway to eliminate this space?
The blue section represents the image in the td and the green is ???

Here is my css.
.windchimes-table
{
border-spacing:0;
border-collapse:collapse;
padding:0 0 0 0;
width: 350px;
margin:0 0 0 0;
}
tr.windchimes {
padding:0 0 0 0;
margin:0 0 0 0;
}
td.windchimes {
padding:0 0 0 0;
width:250px;
text-align: center;
border-spacing:0;
border-collapse:collapse;
vertical-align:top;
margin:0 0 0 0;
}
td.windchimes2 {
padding:0 0 0 0;
width:100px;
text-align: center;
border-spacing:0;
border-collapse:collapse;
vertical-align:top;
margin:0 0 0 0;
}
Thanks for looking






