/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.picture_gallery {
    margin: 0 30px 30px 30px;
}

.picture_gallery li {
    margin-right: 9px;
    margin-bottom: 10px;
    float: left;
    list-style-type: none;
}

.picture_gallery .img {
    display: table;
    background: #ebebeb;
    border: 1px solid #d8d8d8;
    height: 128px;
    width: 170px;
    text-align: center;
    margin-bottom: 0.5em;
}

.picture_gallery .img div {
    display: table-cell;
    vertical-align: middle;
}

.picture_gallery .label {
    height: 50px;
    width: 170px;
    padding: 1px;
}
