

.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
}

.cbp-bislideshow li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}

.cbp-bislideshow li img {
	display: block;
	width: 100%;
}

.cbp-bicontrols {
	position: fixed;
	width: 100%;
	height: 44px;
	top: calc(50% - 25px);
	margin-bottom: -44px;
}

.cbp-bicontrols span {
	float: left;
	position: relative;
	cursor: pointer;
	opacity: 0.6;
}

.cbp-bicontrols span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 100px;
	font-size: 80px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	opacity: 0.7;
}

.cbp-bicontrols span:hover {
	opacity: 1;
}



.cbp-bicontrols span.cbp-binext {
	float: right;
}

.cbp-biprev {
	background: url( "../images/slide_left.png" ) no-repeat 0px 0px;
	display: block;
	height: 41px;
	width: 41px;
	padding:0;
	border: 1px solid #fff;
	margin-left: 50px;
}


.cbp-binext { background: url( "../images/slide_right.png" ) no-repeat 0px 0px;
	display: block;
	height: 41px;
	width: 41px;
	right:0px;
	border: 1px solid #fff;
	margin-right: 50px;
}


/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}
