﻿.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
}

    .jcarousel-wrapper .photo-credits {
        position: absolute;
        right: 15px;
        bottom: 0;
        font-size: 13px;
        color: #fff;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
        opacity: .66;
    }

        .jcarousel-wrapper .photo-credits a {
            color: #fff;
        }

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 1200px;
    height: 80px;
}



.jcarousel-pill {
    float: right;
}

.jcarousel-mij {
    position: initial;
}

    .jcarousel-mij img {
        max-width: 800px;
        max-height: 600px;
    }

.jcarousel img {
    height: 80px;
    max-width: 800px;
}


.jcarouselvisible {
    display: initial;
}

.jcarouselhide {
    display: none;
}

.jcarousel-pill img {
    height: 50px;
    width: 50px;
    background-color:white;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

    .jcarousel-pill img:hover {
        width: 800px;
        height: 600px;

         /*width: auto;
  height: auto;
  max-width: 100%;*/
    }


.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel-pill ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    width: 1200px;
    height: 80px;
}

.jcarousel-pill li {
    float: left;
}


/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50px;
    width: 1px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}


.jcarousel-mij-control-prev,
.jcarousel-mij-control-next {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev {
    left: 180px;
}

.jcarousel-mij-control-prev {
}

.jcarousel-mij-control-next {
}

.jcarousel-control-next {
    right: 180px;
}


.supimg img {
    max-height: 60px;
}


.carousel-inner{
    display:inline-block !important;
}
/*@media only screen and (max-width: 1200px) {

    .slide {
        width: 100%;
        max-width: 200px !important;
   
    }
}*/