#carousel-home {
	max-width: 430px;
	margin-bottom: 10px;
}

#carousel-home > .carousel-wrapper {
	position: relative;
	padding-top: 47.058823529411765%;
	padding-bottom: 100px;
}

#carousel-home > .carousel-wrapper > .carousel-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#carousel-home > .carousel-wrapper > .carousel-inner > .item > .carousel-caption {
	left: 0;
	right: auto;
	bottom: auto;
	top: auto;
	padding: 0;
	text-align: left;
	color: #333;
	text-shadow: none;
	width: 100%; /* ff bug fix*/
}

#carousel-home > .carousel-wrapper > .carousel-inner > .item > .carousel-caption a.txttohtmllink {
	color: inherit;
}

#carousel-home > .carousel-wrapper > .carousel-inner > .item > .carousel-caption h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

#carousel-home > .carousel-wrapper > .carousel-inner > .item > .carousel-caption div.description {
	font-size: 12px;
}

#carousel-home > .carousel-indicators {
	bottom: 100px;
}

#carousel-home > .carousel-indicators > li {
	width: 7px;
	height: 7px;
	background-color: rgba(255, 255, 255, .5);
}

#carousel-home > .carousel-indicators > li.active {
	width: 9px;
	height: 9px;
	background-color: #fff;
}

#carousel-home > .carousel-control {
	bottom: 100px;
}

#carousel-home .img-responsive {
	width: 100%;
}