.banner {
	position: relative;
	top: 0px;
}

.carousel {
	margin-bottom: 35px;
}

.carousel-indicators {
    bottom: -30px;
}

.carousel-indicators li {
	background-color:#e0e0e0;
	border-color:#e0e0e0;
	width: 14px;
	height: 13px;
	margin: 0;
}
.carousel-indicators li.active {
	background-color:#b9b9b9;
	border-color:#b9b9b9;
	width: 14px;
	height: 13px;	
}
.carousel-control.left,
.carousel-control.right {
	background:none;
	display:none;
}
.carousel.carousel-fade .item {
	-webkit-transition:opacity .7s ease-in-out;
	-moz-transition:opacity .7s ease-in-out;
	-ms-transition:opacity .7s ease-in-out;
	-o-transition:opacity .7s ease-in-out;
	transition:opacity .7s ease-in-out;
	opacity:1;
}
	
.carousel.carousel-fade .active.item { opacity:1; }
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right { z-index:2;left:0;opacity:0;filter:alpha(opacity=0); }
.carousel.carousel-fade .next,.carousel.carousel-fade .prev { z-index:1;left:0; }
.carousel.carousel-fade .carousel-control { z-index:3; }
.carousel-control.left,.carousel-control.right { background-image:none; }
