.masonry
{
    margin: auto;
}
.galleryItem
{
    float: left;
    width: 300px;
    padding: 10px;
    margin-top: 15px;
}
.galleryItemTitle
{
    position: absolute;
    top: -12px;
    left: 0;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.galleryItemDesc
{
    display: none;
    border-top-left-radius: 0;
}
.galleryItem IMG
{
    width: 100%;
}
