.carousel {
	min-height: 300px;
}
.carousel .item {
	padding: 0 30px;
}
/* next and previous buttons don't overlap with content */
.carousel.no-overlap .item {
	padding: 0 60px;
}

.carousel .item.left {
	float: none;
}
.carousel .item.right {
	float: none;
}

.carousel-control.left,
.carousel-control.right {
	background: rgb(194,14,20);
    border-radius: 50%;
    
    width: 60px;
    height: 60px;
    
    font-size: 75px;
    font-family:Arial;
    line-height: 47px;
    text-shadow: none;
    
	opacity:0.3;
}

.carousel-control.right {
	right: 0;
	text-indent: 8px;
}

.carousel-control.left:hover,
.carousel-control.right:hover {
	opacity: 0.8;
}

.carousel-control {
	top: 160px;
	bottom: auto;
	
	
}

.carousel-indicators li {
	border-color: transparent;
	background-color: rgb(232,230,228);
}
.carousel-indicators li:hover {
	background-color: rgb(116,116,118);
}
.carousel-indicators li.active {
	background-color: rgb(194,14,20);
}
