<style type="text/css">
a.imagen:link, a.imagen:visited{
text-decoration: none;
width: 78px;
display: block;
float: left;
}
a.imagen:hover{
text-decoration: none;
width: 178px;
display: block;
float: left;
}
</style>
</head>
<body>
<a href="#" class="imagen"><img src="imagen.jpg" width="100%" border="0" /></a>
</body>
</html>