@charset "utf-8";





.carousel-control.left{
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background-image: none;





filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	width: 20px;
}.carousel-control.right{
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background-image: none;


filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); 		width: 20px;
}
.container #carouselView .left.carousel-control .glyphicon.glyphicon-chevron-left {
	color: #104295;
	top: 20px;
	left: 20px;
}


.container #carouselView .right.carousel-control .glyphicon.glyphicon-chevron-right {
	color: #104295;
	right: 20px;
	top: 20px;
}
.carousel-indicators{
	position: absolute;
	left: 50%;
	z-index: 15;
	list-style: none;
	text-align: center;
	top: 20px;
	height: 12px;
}
.carousel-indicators li{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	border: 1px solid #104295;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
}
.carousel-indicators .active{
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #104295;
}
.carouselItemText {
	margin-top: 150px;

}
.more {
	color: #104295;
}
