.html_carousel {
	padding: 0 auto 0 auto;
	width:600px;
	height: 500px;

	margin-left:16px;
}
.html_carousel div.slide {
position: absolute;
	padding:0;
	margin:0;
}

.html_carousel div.slide div {
	background-color:#1B0F0B;
	padding:0;
	margin:0;
	height:130px;
	position: relative;
	top:-130px;
	bottom: 0;
}
.html_carousel div.slide h4 {
	font-size: x-large;
	padding: 30px 0 0 20px;
	
}
.html_carousel div.slide p {
	font-size: 16px;
	padding: 10px 0 30px 20px;
	font-size:medium;
}
.html_carousel div.slide h4, .html_carousel div.slide p {

	color: #fff;
	margin: 0;
}
.clearfix {
	float: none;
	clear: both;
}
