.carousel .item {
	height: 500px;
	background-color: #000;
}

.carousel-inner > .item > img {
	max-height:100%;
	max-width:70%;
	height:auto;
	width:auto;
	margin:auto;
	
}