Code
<script src="http://ipl.ucoz.ru/js/jquery.js" type="text/javascript"></script>
<script>
$(function(){
$('.eBlock').hover(
function(){
$(this).animate({"border":"1px solid #6495ED"},100);
},
function(){
$(this).animate({"border":"1px solid #E7E7E7"},100);
});
});
</script>
Изменить цвет размер итд - подумайте как