.carousel {
	position: relative;
	margin-bottom: 20px;
	line-height: 1;
}
.carousel-inner {
	margin-left: 42px;
	overflow: hidden;
	width: 365px;
	position: relative;
}
.carousel .item {
	display: none;
	position: relative;
	-webkit-transition: linear .6s ease-in-out left ease-in-out;
	-moz-transition: linear .6s ease-in-out left ease-in-out;
	-o-transition: linear .6s ease-in-out left ease-in-out;
	transition: linear .6s ease-in-out left ease-in-out;
	-webkit-transition: .6s ease-in-out left;
	-moz-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}
.carousel .item > img {
	display: block;
	line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
	display: block;
}
.carousel .active {
	left: 0;
}
.carousel .next,
.carousel .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel .next {
	left: 100%;
}
.carousel .prev {
	left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
	left: 0;
}
.carousel .active.left {
	left: -100%;
}
.carousel .active.right {
	left: 100%;
}
.carousel-control {
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 20px;
	height: 20px;
	margin-top: -24px;
	font-size: 40px;
	font-weight: 100;
	line-height: 30px;
	color: #777 !important;
	padding-bottom: 15px;
	text-align: center;
	background: #CAC7C4;
	border: 3px solid #fff;
	border-radius: 23px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	/*opacity: 0.5;
	filter: alpha(opacity=50);*/
}
.carousel-control a{
	color: #777 !important;
}
.carousel-control.right {
	left: auto;
	right: -50px;
}
.carousel-control:hover {
	color: #000 !important;

	text-decoration: none;
	/*opacity: 0.9;
	filter: alpha(opacity=90);*/
}
.carousel-control a:hover {
	color: #000 !important;

	text-decoration: none;
	/*opacity: 0.9;
	filter: alpha(opacity=90);*/
}
.carousel-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	background: #333;
	background: rgba(0,0,0,0.75);
}
.carousel-caption h4,
.carousel-caption p {
	color: #fff;
	line-height: 20px;
}
.carousel-caption h4 {
	margin: 0 0 5px;
}
.carousel-caption p {
	margin-bottom: 0;
}

.video-thumb-wrapper { 
	margin-right: 0 !important;
	padding:0 !important;
	border-right: 1px !important;
	float: right; 
	display: block; 
	height: 60px;
    background: url('/fileadmin/rothenberger-relaunch/images/playyt.png') center center no-repeat !important; 
}

.video-thumb {
	
	margin-right: 0 !important;
	filter: alpha(opacity = 60); 
	opacity: .6;
}