.image_carousel.responsive,
.list_carousel.responsive,
.html_carousel.responsive {
	width: auto;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: -100px;
	margin-bottom: -10px;
}
.html_carousel.responsive {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}
.html_carousel.responsive img {
	width: 100%;
	height: 100%;
}

.image_carousel {
	padding: 0px 0px;
	/*width: 680px;*/
	position: relative;
}

.image_carousel .caroufredsel_wrapper a {
	display: block;
	float: left;
}
.image_carousel img {
	/*border: 1px solid #DDDBD9;*/
	background-color: white;
	/*padding: 9px;
	margin: 7px;*/
	display: block;
	float: left;
}

.list_carousel {
	padding: 15px 0px;
	position: relative;
}
.list_carousel ol, .list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 30px;
	color: #666;
	text-align: center;
	background-color: #f0f0f0;
	border: 5px solid #ccc;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}

.html_carousel {
	padding: 25px 40px;
	position: relative;
}
.html_carousel div.slide {
	width: 870px;
	height: 400px;
	position: relative;
}
.html_carousel div.slide div {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	display: none;
	position: absolute;
	bottom: 0;
}

