#featpets {
    display: none;
    background: #e6e6e6;
    font-family: Oswald;
    font-weight: 400;
    color: rgb(105, 101, 101);
    padding: 5px;
    -webkit-font-smoothing: antialiased;
}

#featpets-title {
    text-align: center;
    font-size: 1.5em;
    padding: 5px;
}

#featpets-gallery {
    height: 240px;
}

#featpets-gallery > div {
    display: inline-block;
}

#featpets-slides {
    width: 92%;
    height: 100%;
    position: relative;
}

#featpets-slides-scroll {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#featpets-slides-overflow {
    padding-left: 15px;
}

.featpets-arrow {
    font-size: 3em;
    width: 4%;
    text-align: center;
    position: relative;
    top: -110px;
    transition: opacity 250ms;
}

#featpets-prev {
    opacity: 0;
}

@media (max-width: 768px) {
    .featpets-arrow {
        display: none !important;
    }
    #featpets-slides-scroll {
        overflow: scroll;
    }
    #featpets-slides {
        width: 100%;
    }
    #featpets-slides-overflow {
        padding-left: 10px;
    }
}

.featpets-gradient {
    position: absolute;
    top: 0;
    height: 100%;
    width: 20px;
}

#featpets-gradient-left {
    left: 0;
    background: -moz-linear-gradient(180deg, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(230,230,230,1)), color-stop(100%, rgba(230,230,230,0))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6',GradientType=1 ); /* ie6-9 */
}

#featpets-gradient-right {
    right: 0;
    background: -moz-linear-gradient(0deg, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(230,230,230,0)), color-stop(100%, rgba(230,230,230,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(230,230,230,0) 0%, rgba(230,230,230,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6',GradientType=1 ); /* ie6-9 */
}

.featpets-slide {
    height: 240px;
    width: 170px;
    display: inline-block;
    opacity: 0;
    transition: opacity 0.33s;
}

.featpets-slide-title {
    font-family: Pacifico, cursive;
    font-size: 1.5em;
    color: #e56060;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featpets-slide-picture {
    height: 160px;
    width: 160px;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

.featpets-slide-picture-load {
    display: none;
}

.featpets-slide-picture-holder img {
    width: 100%;
    height: 100%;
}

.featpets-slide-location {
    padding-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
