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


.bd-screen 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 .bd-screen li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.bd-screen li:after {
	 position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0; 
	 content: '';
	background: transparent  url(../picture/pattern.png) repeat top left; 
	background-size: 6px 6px;
}


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

.bd-screen li img {
	display: block;
	width: 100%;
}

.screen-controls {
	position: fixed;
	bottom: 5%;
	left: 5%;
	z-index: 8000;
}

.screen-controls span {
	cursor: pointer;
	font-size: 2em;
}

.screen-controls span:before {
	text-align: center;
	font-family: 'icomoon';
	color: #fff;
	opacity: 0.7;
}


span.icon-play:before {
	content: "\ea7b";
}

span.icon-pause:before {
	content: "\ea7c";
}

span.icon-next:before {
	content: "\ea7f";
}

span.icon-previous:before {
	content: "\ea7e";
}

.screen-controls span.cbp-binext {
	float: right;
}

/* Fallback */

.no-js.no-backgroundsize .bd-screen li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .bd-screen li:first-child img {
	display: block;
}
