﻿a#gen-slider-next, a#gen-slider-prev {
    text-indent: 9999em;
    width: 50px;
    height: 31px;
    overflow: hidden;
    background-image: url(/assets/images/controls.png);
    margin-top: 50px;
    opacity: .4;
    filter: alpha(opacity=40)
}

#genericSlideshow {
    width: 100%;
    height: 400px;
    background-color: #edebe5;
    margin: 0;
    clear: both;
    overflow: hidden
}

    #genericSlideshow img {
        width: 100%;
        max-width: 640px;
        height: auto
    }

#thumbWrap {
    width: 80%;
    margin: 0 auto;
    padding: 15px 0;
    background-color: #edebe5
}

#genericThumbs {
    width: 100%;
    height: 100px
}

    #genericThumbs div {
        width: auto;
        height: auto;
        padding: 10px
    }

a#gen-slider-prev {
    float: left;
    background-position: left top
}

a#gen-slider-next {
    float: right;
    background-position: right top
}

    a#gen-slider-next:hover, a#gen-slider-prev:hover {
        opacity: 1;
        filter: alpha(opacity=100)
    }

.cycle-slide {
    opacity: .4;
    filter: alpha(opacity=40)
}

.cycle-slide-active {
    opacity: 1;
    filter: alpha(opacity=100)
}

@media screen and (max-width: 850px) {
    #genericSlideshow {
        height: 300px;
        margin-bottom: 0
    }

    #genericThumbs, #thumbWrap, a#gen-slider-next, a#gen-slider-prev {
        display: none
    }
}
