.-tip-box 
{
    position: absolute;
    z-index: 99999;
    
    /* Aby jQuery uważał, ze obiekt jest widoczny */
    width: 1px;
    height: 1px;
}

/*
 * Domyślne klasy
 */
 
.-tip-box .arrow
{
    width: 255px;
    height: 130px;
    background: url('../images/arrows/lb.png');
}

.-tip-box .-tip-content
{
    background: #000;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;  
    font-weight: 100;
    
    width: 230px;
    
    padding: 10px;
    text-align: justify;
    border-radius: 4px;
    border: 1px solid #ccc;
    opacity: 0.93;
}

.-tip-box .-tip-close
{
    width: 30px;
    height: 30px;
    background: url('../images/arrows/close.png');  
    
    cursor: pointer;
}