html, body {
	height: 100%;
}
.carousel, .item, .active {
	height: 100%;
}
.carousel-inner {
	height: 100%;
}
#full-myCarousel .carousel-caption {
	left: 3%;
	bottom: 30px;
}
#full-myCarousel .carousel-indicators {
	left: 8%;
}
#full-myCarousel .carousel-indicators li {
	width: 25px;
	height: 4px;
	background-color: #999999;
	display: inline-block;
	border: none;
	-webkit-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	border-radius: 0;
	margin: 0px 7px 0px 0px;
}
#full-myCarousel .carousel-indicators .active {
	width: 25px;
	height: 4px;
	margin: 0px 7px 0px 0px;
}