#kh_n00WC div.kh-gallery {
    width: 900px;
    padding: 45px;
    margin: 0;
    height: 350px;
    overflow: hidden;
    position: relative;
}

div.kh-gallery.theme1 {
    background: #f3f3f4;
}

div.kh-gallery.theme2 {
    background: #f0f6fa
}

#kh_n00WC div.kh-g-inner {
    height: 210px;
    padding-bottom: 25px !important
}

#kh_n00WC .kh-g-inner h2 {
    color: #036;
    font-weight: normal;
    font-size: 29.3px;
    padding: 0;
    margin: -9px 0 25px 0;
    line-height: 1.25;
}

#kh_n00WC ul.kh-g-content {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    height: 400px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

#kh_n00WC ul.kh-g-content li {
    display: inline-block !important;
    margin-right: 30px;
    margin-left: 0;
    padding: 0;
    white-space: break-spaces;
    dheight: 100px;
   d overflow: hidden;
}

#kh_n00WC div.kh-gallery ul.kh-g-content li:last-child {
    margin-right: 0;
}

#kh_n00WC ul.kh-g-content li a, #kh_n00WC ul.kh-g-content li a:link, #kh_n00WC ul.kh-g-content li a:visited {
    display: block;
    width: 175px;
    background: white;
    font-size: 14px;
    text-decoration: none;
    color: #3f70b1;
}

ul.kh-g-content li a:hover {
      
}

#kh_n00WC ul.kh-g-content li img {
   width: 100%;
}

#kh_n00WC div.kh-gallery ul.kh-g-content li a div.kh-gc-text {
    position: relative;
    height: 60px;
}

#kh_n00WC div.kh-gallery ul.kh-g-content li a div.kh-gc-text p {
    padding: 10px;
    text-align: center;
    width: 100%;
    min-height: 80px;
    overflow: hidden;
    margin: 0;
    top: 0;
    position: absolute;
    display: block;
}

div.kh-gallery ul.kh-g-content li a div.kh-gc-text p:hover {
    text-decoration: underline;
}

/* buttons */

#kh_n00WC .kh-gallery button {
    position: absolute;
    background: white;
    height: 80px;
    -webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75) !important;
    cursor: pointer;
    width: 40px;
    bottom: 134px;
    z-index: 100;
}

#kh_n00WC .kh-gallery button#galPrev {
    left: 0;
    border-radius: 0 100px 100px 0;
    background: #fff url(/images/n00/icons/caretLeft.svg) top left no-repeat;
    background-size: 12px;
    background-position: 30% 50%;
}

#kh_n00WC .kh-gallery button#galNext {
    right: 0;
    border-radius: 100px 0 0 100px;
    background: #fff url(/images/n00/icons/caretRight.svg) top left no-repeat;
    background-size: 12px;
    background-position: 70% 50%;
}

.kh-gallery button#galPrev:hover, .kh-gallery button#galNext:hover, .relatedTopics button#rtNext:active {
    background-size: 12px;

 
}


@media screen and (max-width: 1028px) {
    #kh_n00WC div.kh-gallery {
        width: 686px;
        padding: 30px;
        height: 280px;
    }

    #kh_n00WC .kh-g-inner h2 {
        margin: 0 0 20px 0;
    }

    #kh_n00WC ul.kh-g-content {
        height: 260px;
    }

    #kh_n00WC ul.kh-g-content li a, #kh_n00WC ul.kh-g-content li a:link, #kh_n00WC ul.kh-g-content li a:visited {
        width: 138px;
    }
    #kh_n00WC div.kh-gallery ul.kh-g-content li {
        display: inline-block !important;
        margin-right: 20px;
    }

    #kh_n00WC .kh-gallery button {
        bottom: 94px;
    }
}

@media screen and (max-width: 740px) {
    #kh_n00WC div.kh-gallery {
        width: 100%;
        height: 290px;
    }
     ul.kh-g-content li a, ul.kh-g-content li a:link, ul.kh-g-content li a:visited {
        width: 150px;

    }

}