/* CRS01_TSR */
.carousel-caption {
	display: none;
	top: 0px;
	left: 0px;
	right: unset;
	bottom: unset;
	z-index: unset;
	padding-top: unset;
	padding-bottom: unset;
	color: unset;
	text-align: unset;
	text-shadow: unset;
}
.active .carousel-caption {display: block;}
.carousel-control {
	width:8%;
	background-image:none;
}
.carousel-control.left {background-image:none;}
.carousel-control.right {background-image:none;}
.carousel-indicators {
	margin-top:0px;
	margin-bottom:0px;
}
.carousel-indicators li {margin:3px;}
.carousel-indicators .active {margin:2px;}

@media screen and (max-width: 767px) {
	.carousel-control {width:10%;}
	.carousel-indicators {
		margin-top:0px;
		margin-bottom:0px;
	}
	.carousel-indicators li {margin:3px;}
	.carousel-indicators .active {margin:2px;}
}
