/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
    display:none;
    background:transparent url(/images/white.png);
    font-size:12px;
    width:209px;
    height:109px;
    line-height:109px;
    color:#fff; 
    text-align:center;
    padding:0;
    margin:0;
}

.tooltip img {
    max-width:180px;
    max-height:70px;
    vertical-align:middle;
}

