.banners {
border: 1px dotted #666;
} 

a.linkopacity img {
filter:alpha(opacity=100); 
-moz-opacity: 1; 
opacity: 1;}

a.linkopacity:hover img {
filter:alpha(opacity=80);   
-moz-opacity: 0.8;   
opacity: 0.8;
}

#textTd { width: 180px; padding: 15px 0px 0px 20px; text-align: left; }/*right side text squres adjacent to the banners*/