
a.tooltip {
    color: #0056CC;
    border-bottom: 1px dotted #69c;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
    font-weight: normal;
/*position: relative;  с ним происходит исчезновение ссылки в Opera на страницах с галер. списком*/
    }
a.tooltip:visited {
/*border-bottom: none;*/
color: #005665;
}
a.tooltip:hover {
    color: #0056CC;
    border-bottom: 1px solid #69c;
    } /*BG color is a must for IE6*/

a.tooltip span {
    display:none;
    }
a.tooltip:hover span {
    display:block;
    position: absolute;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    height:163px;
    padding:20px 30px 10px 30px;
    width:444px;
    left: 10em;
    top: -8em;
    background:url(images/white_big.png);
    }
