.carousel-control.right {
	background-image: none;
}

.carousel-control.left {
	background-image: none;
}

.carousel-indicators li {
	border-color: black;
}

.carousel-indicators .active {
	background-color: blue;
}

.carousel-inner .item {
	transition: 1s;  
}

.item img{
	width: 850px;
}

.item {
	width: 850px;
}

#myCarousel {
	width: 850px;
	margin-left: 50px;
	margin-top: -25px;
	margin-bottom: 20px;
}

.NAVBAR a {
	display: inline-block;
}


