.b-photo-container {
    margin-right: -25px;
}
div .sp-photo-item {
    position: relative;
    vertical-align: top;
    display:inline-block;
    margin: 0 23px 18px 0px;
    /*border: solid 1px rgb(204, 204, 204);*/
}
div .sp-photo-additional-info {
    /*padding: 0 10px;*/
    display:none; /* !!! */
    word-wrap: break-word; /* IE 5+ */
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
}
div .sp-photo-wrap {
    /*background-color: #f2f1f8;*/
    box-sizing: border-box;
    padding: 0;
    /*border: solid 1px #f2f1f8;*/
    width: 220px;
    text-align: center;
}

.sp-photo-info {
    text-align: left;
}
.read-only-val {
    color: #000000;
}
.read-only-val[field_type="price"] {
    color: #ff0000;
    font-weight: bold;
}

.sp-photo-item.hover .sp-photo-additional-info { display:inherit; }
.sp-photo-item.hover .sp-photo-wrap {
    /*background-color: #edecf3;*/
    position: inherit;
    z-index: 100;
    /*border: solid 1px rgb(204, 204, 204);*/
    background-color: #FFFFFF;
    box-shadow: 0 0 7px #000000;
    border-radius: 8px;
    width: 260px;
    padding: 20px;
    margin: -20px;
}
.sp-photo-item.hover {
    /*border: solid 1px #f2f1f8;*/
}
.b-mark {
    /*font-size: 200%;*/
    color: #0079ce !important;
    text-decoration: none; !important;
}
.b-mark:hover, .b-mark:focus {
    text-decoration: none;
}

.b-mark:active {
    text-decoration: none;
}

.padinator-bucket {
    float: left;
}

.padinator-bucket .divPager {
    margin: 0;
}

.table-cell-with-img {
    text-align: center;
    word-break: break-all;
}

.table-cell-with-img img {
    border-radius: 50%;
}
.month-pagination {
    display: block;
    float: right;
    margin-top: 20px;
    text-decoration: underline;
}