﻿.tileBox
{
    border: solid 1px #cccccc;
    /*border-radius: 2px;*/
    -moz-border-radius: 2px 2px 2px 3px;
    -webkit-border-radius: 2px;
    margin-bottom: 20px;
}
.tileBox img
{
    border: none;
    width: 232px;
    height: auto;
}