body {
    background: #FFF;
}

.wrapper{
    width: 950px;
    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: absolut;
}
.html_carousel div.slide img {
    /*width: 960px;
    height: 294px;*/
    height: 294px;
    left: -3px;
    position: relative;
    width: 950px;
}
.html_carousel div.slide div {
    background-color: rgba(0, 0, 0, 0);
    /*width: 100%;*/
    width: 950px;
    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;
}

a.prev, a.next {
    background: url(../images/sprites.png) no-repeat transparent;
    width: 56px;
    height: 105px;
    display: block;
    position: absolute;
    top: 252px;
}
a.prev {
    left: 157px;
    background-position: 0 -100px;
}
a.prev:hover { background-position: 0 -1px; }


a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {
    right: 143px;
    background-position: -50px -102px;
}

a.next:hover {
    background-position: -50px -3px;
}
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
    cursor: default;
}

a.prev span, a.next span {
    display: none;
}
.pagination {
    text-align: center;
}
.pagination a {
    background: url("../images/sprites.png") no-repeat scroll -130px -34px transparent;
    width: 20px;
    height: 25px;
    margin: 0 5px 50 50;
    display: inline-block;
}
.pagination a.selected {
    background-position: -111px -34px;
    cursor: default;
}
.pagination a span {
    display: none;
}

.clearfix {
    float: none;
    clear: both;
}
