/*carousel*/ 
.carousel-indicators {
	bottom:0px !important;
	width:150px;
	margin-left:-75px;
}
.carousel-indicators li, 
.carousel-indicators li.active
 {
 	margin:2px;
 	width:12px;
 	height:12px;
 	border: 1px solid orange;
 }
.carousel-indicators li.active
 {
 	background-color:orange;
 }

.carousel-caption {
	display:block;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	height:120px;
	padding-top:12px;
	background-color:rgba(255,255,255,0.7);
	color:black;
	text-shadow: none;
}

.carousel-control {width:100px;padding-top:20%;opacity:1;}
.carousel-control.right {background-image: none !important;font-size: 70px;font-weight:500;color:orange;}
.carousel-control.left {background-image: none !important;font-size: 70px;font-weight:500;color:orange;}