div#q img {width:120px;}
div#q:hover img:not(hover) {width:100px}
div#q:hover img:hover {width:200px}
(vermutlich macht der IE Probleme)
div#q img {width:120px;}
div#q:hover img:not(hover) {width:100px}
div#q:hover img:hover {width:200px}
(vermutlich macht der IE Probleme)