#reports {
    height: 350px;
    overflow: auto;
}
div.report {
    float: left;
    width: 123px;
    margin-right: 10px;
}

div.report-picture {
    width: 120px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

