/* CSS Document */

#carousel-wrapper {
    position: relative;
    border: 1px solid #fff; 
    border-radius: 5px; 
    overflow: hidden;
    margin-bottom: 33px;
}
#carousel, #thumbs {
    overflow: hidden;
}
#carousel-wrapper .caroufredsel_wrapper {
    /*border-radius: 10px;
    box-shadow: 0 0 5px #899;*/
}

#carousel span, #carousel img,
#thumbs a, #thumbs img  {
    display: block;
    float: left;
}
#carousel span, #carousel a,
#thumbs span, #thumbs a {
    position: relative;
}
#carousel img,
#thumbs img {
    border: none;
    max-width: 100%;
    max-height: 100%;
    /*position: absolute;*/
    top: 0;
    left: 0;
}
#carousel img.glare,
#thumbs img.glare {
    width: 102%;
    height: auto;
}

#carousel span {
    width: 554px;
    height: 341px;
}

#carousel span a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#thumbs-wrapper {
    padding: 0px 40px;
    position: relative;
}
#thumbs a {
    width: 150px;
    height: 100px;
    margin: 0 7.5px;
    overflow: hidden;
    -webkit-transition: border-color .5s;
    -moz-transition: border-color .5s;
    -ms-transition: border-color .5s;
    transition: border-color .5s;
}
#thumbs a:hover, #thumbs a.selected {
    border-color: #566;
}

#wrapper img#shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
}

#prev, #next {
    display: block;
    width: 20px;
    height: 28px;
    margin-top: -14px;
    position: absolute;
    top: 50%;
}
#prev:hover, #next:hover { opacity: 0.7;}
#prev {
    background: transparent url('../arrow-l.png') no-repeat top left;
    left: 0px;
}
#next {
    background: transparent url('../arrow-r.png') no-repeat top right;
    right: 0px;
}
#prev.disabled, #next.disabled {
    opacity: 0.5;
}

#donate-spacer {
    height: 100%;
}
#donate {
    border-top: 1px solid #999;
    width: 750px;
    padding: 50px 75px;
    margin: 0 auto;
    overflow: hidden;
}
#donate p, #donate form {
    margin: 0;
    float: left;
}
#donate p {
    width: 650px;
}
#donate form {
    width: 100px;
}