Code
<center>
<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">
<span id="banners"> <a href="http://stalker-st.ru/"><img src="http://www.stalker-st.ru/str/1.png"></a>
<span id="banners"> <a href="/forum"><img src="http://www.stalker-st.ru/str/3.png"></a>
<span id="banners"> <a href="/load"><img src="http://www.stalker-st.ru/str/2.png"></a>
<span id="banners"> <a href="/photo"><img src="http://www.stalker-st.ru/str/4.png" ></a>
</div>
</center>