Вставляем в блок:
Code
<script>
jQuery(function(){
$("#banners img").hover(function(){
$(this).stop().animate({opacity:'1.0'})},
function(){$(this).stop().animate({opacity:'.3'})}
);
});
</script>
<style>
#banners img{opacity:.3;filter:alpha(opacity=30)}
</style> <div id="banners"><center><a href="Ссылка на сайт" target="_blank" title="Описание"><img src="http://s016.radikal.ru/i335/1106/e4/19b27bdada82.png" width=88 height=31 border=0></a><img src="http://s016.radikal.ru/i335/1106/e4/19b27bdada82.png" border="0" alt="" /></center>
<center><img src="http://s016.radikal.ru/i335/1106/e4/19b27bdada82.png" border="0" alt="" /><img src="http://s016.radikal.ru/i335/1106/e4/19b27bdada82.png" border="0" alt="" /></div></center>