div.box {
    width: 200px;
    
    right: 100%;
    
    font: 11px verdana;
    color: white;
    
    padding: 15px;
    
    margin: 0;
    margin-bottom: 15px;
    
    border-style: none;
    border-width: 0;
    
    background: #1e1e1e;
}

span.rub_box {
    font: 12px verdana;
    font-weight: bold;
    color: #bf3c32;
}

table.gallery_box {
    width: 100%;
}

td.thumb_box {
    height: 160px;
     
    vertical-align: middle;
    text-align: center;
}

a.box {
    font-size: 10px;
}