#gallery { padding:0; margin:0; list-style-type:none; overflow:hidden; width:320px; height:425px; border:0px solid #888; background:#336699 url(windows/win_back.gif); } #gallery li { float:left; } #gallery li a { display:block; height:30px; width:320px; float:left; text-decoration:none; border-bottom:1px solid #eee; cursor:default; } #gallery li a img { width:320px; height:30px; border:0; } #gallery li a:hover { background:#eee; height:239px; } #gallery li a:hover img { height:239px; }