#tooltip1 { position: relative; }
#tooltip1 a span { display: none; color: #999999 }
#tooltip1 a:hover span { display: block; position: absolute; width: 350px; background: #aaa url(images/horses200x50.jpg); height: 200px; left: 0px; top: -10px; color: #FFFFFF; padding: 0 5px; }
