
/** Advert image gallery thumbnails - reduce opacity for all unselected images **/
.lSSlideOuter .lSPager.lSGallery li {
    border-bottom: 3px solid transparent;
    opacity: 0.7;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-bottom: 3px solid #3c763d;
    opacity: 1.0;
}

/** Lightslider - Thumbnail images **/
.lSSlideOuter .lSPager.lSGallery img {
    width: 100%;
    height: 80px !important;
    object-fit: cover;
}

/* Lightslider - Left/right arrows on the advert image gallery - make them full height and nicer */
/*
.lSAction > a {
    top: 0px;
    margin-top: 0px;
    height: 101%;
    opacity: 0;
    background-image: none;
    width: 50px;
    cursor: pointer;
    transition: opacity .2s;
    color: #FFF !important;
    font-size: 140px;
    text-align: center;
    line-height: 380px;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
    text-decoration: none !important;
}*/



.lSAction > a:hover {
    opacity: 1.0;
}
