
.lp-carousel-container {
	position: relative;
	min-height: 120px;

}

.bd-designMode-null .lp-carousel-container {
	overflow: hidden;
}

.lp-carousel-slides {
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 100%;
}

.lp-slides-slidewrapper {
	left: 0;
	width: 99999px;
}

.lp-carousel-slide {
	min-height: 50px;
	display: none;
}

.lp-carousel-fading-in {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.lp-slides-slidewrapper .lp-carousel-slide {
	float: left;
}

.lp-carousel-spacer {
	display: block;
}

.lp-carousel-control {
	position: absolute;
	z-index: 1;
}

.lp-carousel-prev {
	left: 0;
}

.lp-carousel-next {
	right: 0;
}

.lp-carousel-prev,
.lp-carousel-next {
	 top: 50%;
	 -webkit-transform: translate(0, -50%);
	 -ms-transform: translate(0, -50%);
	 transform: translate(0, -50%);
	 cursor: pointer;
 }
.lp-carousel-prev:hover,
.lp-carousel-next:hover {
	text-decoration: none;
}

.lp-carousel-pagination {
	position: absolute;
	left: 50%;
	bottom: 0;
}

.lp-carousel-pagination > ul {
	position: relative;
	left: -50%;
}

.lp-carousel-pagination .active {
	text-decoration: underline;
}


/* Design mode */
html.bd-designMode-true .lp-carousel-slides {
	overflow: visible;
}


html.bd-designMode-true .bd-carousel-design-controls {
	background-color: #353535;
	background-color: rgba(53, 53, 53, 0.8);
	position: absolute;
	top: 0;
	z-index: 3;
	display: none;
	color: #fff;
	font-weight: bold;
}
html.bd-designMode-true .bd-carousel-design-controls > * {
	vertical-align: middle;
}
html.bd-designMode-true .bd-carousel-design-controls button {
	padding: 2px 5px 0;
	margin: 2px;
	border: none;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background: transparent;
	cursor: pointer;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

html.bd-designMode-true .bd-carousel-design-controls button:hover {
	text-decoration: none;
	background: #ccc;
	color: #333;
}



