.cbp-bislideshow {
	list-style: none; margin: 0px; padding: 0px; left: 0px; top: 0px; width: 100%; height: 100%; position: fixed; z-index: -1;
}
.cbp-bislideshow li {
	transition:opacity 1s; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; opacity: 0; -webkit-transition: opacity 1s; -moz-transition: opacity 1s;
}
.cbp-bislideshow li img {
	width: 100%; display: block;
}
.backgroundsize .cbp-bislideshow li {
	background-position: center; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;
}
.backgroundsize .cbp-bislideshow li img {
	display: none;
}
.no-backgroundsize.no-js .cbp-bislideshow li:first-child {
	opacity: 1;
}
.backgroundsize.no-js .cbp-bislideshow li:first-child img {
	display: block;
}
