/* Create four equal columns that floats next to each other */
.piccolumn {
    float: right;
    width: 32%;
    padding: 2px;
		line-height:0;
}

.piccolumn img {
    margin-top: 4px;

}

/* Clear floats after the columns */
.picrow:after {
    content: "";
    display: table;
    clear: both;
}
