div#expo_pics {
    width: 600px;
    height: 290px;
    overflow: hidden;       
}

div#expo_text {
    display: none;
    width: 590px;
}

div.expo_pic {
    width: 290px;
    height: 290px;
    float: left;
    margin-right: 10px;
    overflow: hidden;    
}

div.text_on_pic {
    display: table-cell;
}

div.text_on_pic_padded {
    background-color: white;
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

div#wrap_expo {
    display: table-cell;
    padding-bottom: 60px;
}

div.block_text {
    width: 290px;
    float: left;
    margin-right: 10px;
}

a#exposities,a#exposities:hover {
    color: white;
    text-decoration: underline;        
}

