.rstpl-slideshow-position {
	background-position: center center;
	background-repeat: repeat;
}
.rstpl-slideshow-position .rscarousel {
	margin-bottom:0;
}
.rstpl-slideshow-position .rscarousel .carousel-inner .item .container {
	position:relative;
}
.carousel-control {
	border: none;
	border-radius: 0;
	left: 0;
	font-size: 20px;
	font-weight: 700;
	height: 100px;
	width: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 50%;
	transform: translateY(-40%);
	-webkit-transform: translateY(-40%);
	-moz-transform: translateY(-40%);
	z-index: 2;
}
.carousel-control span {
	font-size: 1.33em;
	height: 100px;
	width: 50px;
	line-height:.8;
	margin-top: 0;
	padding: 40px 0;
	text-align: center;
	vertical-align: baseline;
	background-image:none;
}
.carousel-control:hover, .carousel-control:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.carousel-control.right {
	right: 0;
}
.carousel-control-container {
	overflow: hidden;
}
.carousel-indicators li {
	width:1rem;
	height:1rem;
	border-radius:1rem;
}
.carousel-indicators li.active {
	background:none;
}
.carousel-caption {
	top:0;
	left:3rem;
	bottom:auto;
	right:auto;
	width:30%;
	height:100%;
	padding:3rem;
	text-align:left;
}
.carousel-caption .rstpl-title {
	font-size:2.2rem;
	font-weight:400;
}
.carousel-caption h1, .carousel-caption h3 {
	font-weight:400;
}
.carousel-caption .rstpl-description p{
	display: inline-block;
	line-height:1.5;
	font-size:1.2rem;
}
.carousel-caption .rstpl-more {
	margin-top:2rem;
}

@media (min-width: 1312px) {
	.rstpl-slideshow-position .rscarousel .carousel-inner .item .container {
		width:1312px
	}
}