/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

#carouselbackground {
	width: 100%;
	background: #000000;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -42px;
}

#myCarousel {
	/* width: 980px; */
	/* padding: 0px; */
	/* height: 484px; */
	/* left: 50%; */
	/* margin-left: -490px; */
	/* text-align: center; */
	/* top: 60px; */
 	overflow-y: hidden;
	/* background: #000000; */
	/* z-index: 10; */
}

.carousel,
.carousel-inner,
.carousel-inner > .item {
 	overflow-y: hidden;
}

#innovationstextwrap {
	position: absolute;
	text-align: bottom;
	bottom: 0px;
	z-index: 50;
	margin: 0px;
	padding: 0px;
}	

.innovationstext {
	display: block;
	width: 100%;
    	height: auto;
	text-shadow: 0 0 20px #fff, 0 0 6px #ccc, 0 0 10px #aaa, 0 0 30px #444;
	border: 0;
	padding: 0px;
}

.madeinusatext {
	display: block;
	width: 100%;
    	height: auto;
	text-shadow: 0 0 20px #fff, 0 0 6px #ccc, 0 0 10px #aaa, 0 0 30px #444;
	border: 0;
	padding: 0px;
	margin: 0px;
}