﻿.carousel {
    background: #ffffff;
    /*margin-top: 20px;*/
}

div.carousel-row {
    min-height: 350px;
}

.carousel .item {
    min-height: 200px;
}

.carousel .item .img-big {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.carousel-thumbnail {
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    
    
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.carousel-thumbnail-col {
    padding-right: 5px;
    padding-left: 5px;
}

.carousel-thumbnail-first {
    margin-left: 10px;
}

.carousel-thumbnail-last {
    margin-right: 10px;
    margin-left: -7.6px;
}

.carousel-small {
    margin-top: 10px;
}

.carousel-small .item {
    min-height: 50px;
}

.carousel-control.no-background {
    background-image: none;
    text-shadow: 2px 2px 20px black;
}

div#myCarouselThumbnails > .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -20px;
}

div#myCarouselThumbnails > .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -20px;
}

.carousel-indicators li {
    border: 1px solid #cecece;
}
