.ave-review-images {
    margin: 5px 0;
}
.ave-review-images li {
    display: inline-block;
    margin-right: 8px;
}
.ave-review-images li img {
    border: 1px solid #ffffff;
    cursor: pointer;
    width: 100%;
}
.ave-review-images li.active img, .ave-review-images li:hover img {
    border: 1px solid #016DC5;
}
.ave-review-big-image img {
    height: 100%;
    max-width: 100%;
}

.ave-review-big-image {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    display: none;
}
.ave-review-big-image.active {
    display: block;
}
.ave-review-big-image a {
    display: inline-block;
}

.ave-additional-image {
    display: none;
}


/*=============================     STYLES REVIEW     ====================================*/
#customer-reviews dt {margin-bottom: 8px;}
#customer-reviews dt a {font-size: 16px; font-weight: bold;}
#customer-reviews dd {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#customer-reviews dd .ratings-table {
    margin-bottom: 5px;
}
#customer-reviews dd th {
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
}
.review-meta {
    display: block;
    margin-top: 10px;
    font-size: 12px;
}