#GalleryContainer .item {
    width: 100%;
    height: 207px;
    float: left;
}


#GalleryContainer .item > div {
    float: left;
}

#GalleryContainer .item .description {
    width: 58%;
}

#GalleryContainer .item .description > div {
    padding: 2px 20px;
}

#GalleryContainer .item .description {
    font-size: 90%;
}

#GalleryContainer .item .description h2 {
    margin-bottom: 0;
}

#GalleryContainer .item .description .date {
   color: #999;
}

#GalleryContainer .item .description .text {
    height: 85px;
    float: left;
    overflow: hidden;
}

