/*html, body {*/
    /*height: 100%;*/
    /*padding: 0;*/
    /*margin: 0;*/
/*}*/
/*body {*/
    /*background-color: #f3f3f3;*/
    /*min-height: 350px;*/
/*}*/
/*body * {*/
    /*font-family: Arial, Geneva, SunSans-Regular, sans-serif;*/
    /*font-size: 14px;*/
    /*color: #333;*/
    /*line-height: 22px;*/
/*}*/

#wrapper {
    width: 1200px;
    height: 220px;
    margin:0;
    position: absolute;
    left: 0;
    top:0;
}

#carousel {
    width: 1200px;
    position:relative;
}
#carousel ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
#carousel li {
    background: transparent url(../images/carousel_polaroid.png) no-repeat 0 0;
    font-size: 40px;
    color: #999;
    text-align: center;
    display: block;
    width: 285px;
    height: 285px;
    padding: 0;
    margin: 0;
    float: left;
    position: relative;
    margin-right: 20px;
}

/*#carousel li img {*/
    /*width: 285px;*/
    /*height: 285px;*/
/*}*/

#carousel li span {
    background: transparent url(../images/carousel_shine.png) no-repeat 0 0;
    text-indent: -999px;
    display: block;
    overflow: hidden;
    width: 201px;
    height: 127px;
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 16px;
}

.clearfix {
    float: none;
    clear: both;
}
#carousel .prev, #carousel .next {
    background: transparent url(../images/carousel_control.png) no-repeat 0 0;
    text-indent: -999px;
    display: block;
    overflow: hidden;
    width: 15px;
    height: 21px;
    margin-left: 10px;
    position: absolute;
    top: 70px;
}
#carousel .prev {
    background-position: 0 0;
    left: -30px;
}
#carousel .prev:hover {
    left: -31px;
}
#carousel .next {
    background-position: -18px 0;
    right: -20px;
}
#carousel .next:hover {
    right: -21px;
}
#carousel .pager {
    text-align: center;
    margin: 25px auto;
}
#carousel .pager a {
    background: transparent url(../images/carousel_control.png) no-repeat -2px -32px;
    text-decoration: none;
    text-indent: -999px;
    display: inline-block;
    overflow: hidden;
    width: 8px;
    height: 8px;
    margin: 0 5px 0 0;
}
#carousel .pager a.selected {
    background: transparent url(../images/carousel_control.png) no-repeat -12px -32px;
    text-decoration: underline;
}

#source {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
}
#source, #source a {
    font-size: 12px;
    color: #999;
}

#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;
}
 #carousel> .caroufredsel_wrapper{
    width: 1200px!important;
}
/**/

#wrapper2, #prevs, #nexts {
    /*border-top: 1px solid #999;*/
    /*border-bottom: 1px solid #999;*/
    height: 320px;
    position: absolute;
    top: 96px;
    /*margin-top: -85px;*/
}
#wrapper2 {
    width: 80%;
    left: 10%;
    overflow: hidden;
}

.carouse3{
    width: 322px;
    height: 322px;
    display: inline-block;
    margin: 0 5px;
    border: none;
    float: left;
}
.carouse3 img{
    width: 100%;
    height: 100%;

}
#carouse2 a img {
    display: inline-block;
    margin: 0 5px;
    border: none;
    float: left;
}

#prevs, #nexts {
    background: center center no-repeat #262931;
    width: 5%;
    height: 55px;
    top: 225.5px;
}
#prevs:hover, #nexts:hover {

    animation:ttt 0.6s 1 forwards;
}
@keyframes ttt {
    0%{
        background-color: #262931;
    }

    100%{
        background-color: #DB1200;
    }
}
#prevs {
    background-image: url( ../images/left.png);
    left: 0;
}
#nexts {
    background-image: url( ../images/right.png);
    right: 0;
}

#donate-spacer {
    height: 100%;
    margin-bottom: -70px;
}
#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;
}
/*#wrapper2 >*/
#carouse2>.caroufredsel_wrapper{
    width: 1003px!important;
}
