/* GALLERY */

.rsUni .rsThumb img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}

#size-thumbs .rsThumb {
    display: block;
    position: relative;
    width: 80px;
    height: 60px;
    margin: 2px 0 10px 0;
    border-radius: 3px;
    border: 1px solid transparent;
}

.rsUni .rsThumb:hover {
    border: 1px solid rgba(192, 170, 131, 0.75) !important;
}

.rsUni .rsThumb:hover img {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.rsUni .rsThumb.rsNavSelected {
    background: rgba(207, 199, 160, 0.35);
    border: 1px solid rgba(192, 170, 131, 0.85);
    box-shadow: 0 0 10px 1px rgba(192, 170, 131, 0.9);
}

.rsUni .rsThumb.rsNavSelected img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.rsUni .rsThumb.rsNavSelected .thumbIco {
    border: none;
}

#thumbs>#size-thumbs {
    top: -3px;
}