div.gallery {
    position: relative;
    display: inline-block;
    width: 240px;
    margin: 0 0 10px 5px;
    vertical-align: top;
}
div.gallery .image {
    position: relative;
    width: 150px;
    height: 90px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
div.gallery .image a {
    display: block;
    width: 150px;
    height: 90px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #D4D9E4;
}
div.gallery .prop {
    position: absolute;
    top: 95px;
    left: 135px;
}
div.gallery .title {
    display: block;
    margin: 10px 0;
    width: 120px;
    text-align: left;
    word-break: break-all;
    color: #949BAB;
    font-weight: bold;
}
div.gallery .date,
div.gallery .photosamount {
    vertical-align: top;
    display: inline-block;
    width: 100px;
    height: 30px;
    padding: 0;
    color: #798597;
}