#carousel-wrapper {
    width: 550px;
    height: 125px;
    overflow: hidden;
}
#carousel-content {
    width: 1650px;
}
#carousel-content .slide {
    float: left;
    width: 550px;
    height: 125px;
}
#carouselLeft {
	float:left;
	width:15px;
	padding-top:36px;
}
#carouselRight {
	float:right;
	width:15px;	
	padding-top:36px;
}
.carousel-control {
	font-size:30px;
	color:#FFF;
}
