.carousel-caption {
    left: 20%;
    padding-bottom: 30px;
    right: 20%;
}
.carousel-caption {
	bottom: 20px;
	font-size: 17px;
	left: 65%;
	padding: 5px;
	position: absolute;
	right: 8%;
	text-align: center;
	z-index: 10;
	 background-color: rgba(255, 255, 255, 0.6);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}

.carousel-caption a {
	color: #4D3030;
	text-decoration:none
}

.carousel-caption a:hover,
.carousel-caption a:focus {
	color: #DF5005
}
