body {
    background: #FFF;
}

.wrapper{
    width: 960px;
    margin: 0 auto;
}

#foo2{
    text-align: center !important;
}

.caroufredsel_wrapper{
    width: 100px;
    margin: 0 auto;
    top: -10px !important;
}

.html_carousel {
    text-align: center;
/*    height: 400px;*/
}
.html_carousel div.slide {
    position: relative;
}
.html_carousel div.slide img {
    /*width: 960px;
    height: 294px;*/
    height: 294px;
    left: -3px;
    position: relative;
    width: 960px;
}
.html_carousel div.slide div {
    background-color: rgba(0, 0, 0, 0);
    /*width: 100%;*/
    width: 960px;
    display: none;
    position: absolute;
    bottom: 0;
}
.html_carousel div.slide h4 {
    font-size: 35px;
    padding: 30px 0 0 100px;
}
.html_carousel div.slide p {
    font-size: 316px;
    padding: 0 0 30px 100px;
}
.html_carousel div.slide h4, .html_carousel div.slide p {
    color: white;
    margin: 0;
}