.bor{
    width: 100%;
    height: 200px;
    /*border:rebeccapurple solid 1px;*/
}
#wrapper {
    width: 800px;
    height: 200px;
    padding-left: 30px;
    position: absolute;
   /* border: black dashed 1px;*/

}
#carousell {

    padding-left: 50px;
   /* border: #ffcc00 solid 1px;*/
}
#carousell div {
    text-align: center;
    width: 150px;
    height: 200px;
    margin-left: 20px;
    float: left;

    position: relative;
}
#carousell div img {
    border: none;
    margin-left: 20px;
}
#carousell div span {
    display: none;
}
#carousell div:hover span {
    background-color: #f8f9fa;
    color: #236db4;
    font-family: Arial, Geneva, SunSans-Regular, sans-serif;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    width: 100px;
    padding: 2px 0;
    margin: 0 0 -0 -30px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    border-radius: 3px;
}

#donate-spacer {
    height: 100%;
}