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