

.category_first_cats {
    margin-left: -10px;
    overflow: auto;
}


.category_first_cat {
    float: left;
    width: 250px;
    height: 270px;
    text-align: center;
    border: 1px solid #ddd;
    margin-left:10px;
    margin-bottom:10px;
}

.category_first_cat_inner {
    padding: 10px;
}

.category_first_cat__photo {

    width: 210px;
}

.category_first_cat__name,
.category_first_cat__name:visited{
    text-decoration: none;
    color: #000;

}
