div#carousel {
/* 	float: left; */
}
div.item {
	height: 225px;
	width: 100%;
}
div.item img {
/* 	width: 100% !important; */
/* 	height: auto !important; */
/* 	max-height: 365px !important; */
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
div.carousel-caption {
	position: absolute;
	bottom: -20px;
	width: 100%;
	right: 0px;
	left: 0px;
}
div.carousel-caption h3 {
	width: 100%;
	height: 18px;
	float: none;
	clear: both;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	text-shadow: none;
	border: none;
	margin: 0px auto;
	padding: 0px 0px 0px 18px;
	text-align: left;
	background: rgba(117,147,59,.85);
}
div.carousel-caption p {
	width: 100%;
	height: 18px;
	float: none;
	clear: both;
	text-decoration: none;
	font-size: 13px;
	line-height: 18px;
	text-shadow: none;
	border: none;
	margin: 0px auto;
	padding: 0px 0px 0px 18px;
	text-align: left;
	background: rgba(117,147,59,.85);
}
ol.carousel-indicators li {
	width: 12px;
	height: 12px;
	margin: 0 auto;
	border-radius: 6px;
	background: #969696;
	box-shadow: 1px 1px 2px #666666 inset;
}
ol.carousel-indicators li.active {
	width: 12px;
	height: 12px;
	margin: 0 auto;
	border-radius: 6px;
	background: #98c22a;
	box-shadow: 1px 1px 2px #666666 inset;
}
ol.carousel-indicators {
	position: absolute;
	bottom: -38px;
}
a.right.carousel-control {
	background-image: none;
	height: 48px;
	width: 36px;
	margin: 0px auto;
	position: absolute;
	top: 225px;
	right: 80px;
}
a.left.carousel-control {
	background-image: none;
	height: 48px;
	width: 36px;
	margin: 0px auto;
	position: absolute;
	top: 225px;
	left: 80px;
}
span.glyphicon.glyphicon-chevron-left,
span.glyphicon.glyphicon-chevron-right {
	height: 26px;
	width: 26px;
/* 	position: absolute; */
/* 	bottom: 50px; */
	background-color: rgba(08, 08, 08, 0.96);
	padding: 3px 3px;
	border-radius: 4px;
}
div.carousel-inner > .item > img {
	min-width: 100%;
}