.bx-container{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:0;
}
.bx-container img{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index: 101;
	display:none;
}
.bx-canvas{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.bx-overlay, .bx-loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	/* background: transparent url(../images/pattern.png) repeat top left; */
	z-index:10;
}
.bx-loading{
	z-index: 9999;
	background: #000;
}
.bx-loading span{
	color: #fff;
	font-size: 13px;
	position: fixed;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin: -12px 0 0 -46px;
	left: 50%;
	top: 50%;
	text-shadow: 0px 0px 1px rgba(255,255,255,0.9), 1px 2px 5px rgba(0,0,0,0.5);
}
.bx-thumbs{
	position:absolute;
	z-index: 100;   
	bottom: 50px;
	width: 100%;
	text-align: center;
}

#content .bx-thumbs a {
	padding: 0 12px;
	border: 0;
	color: #E2DAB6;
	cursor: default;
	display: inline-block;
	font-family: 'VivaldiMedium';
	font-size: 32px;
	left: 0;
	outline: medium none;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 3px #000000;
}
#content .bx-thumbs a:hover {
	color: #e9ecdb;
}
#content .bx-thumbs a.bx-thumbs-current{
	color: #fff;
}