@font-face {
	font-family: entypo;
	src:url(../fonts/controls/entypo.eot?#iefix) format("embedded-opentype"), url(../fonts/controls/entypo.woff) format("woff"), url(../fonts/controls/entypo.ttf) format("truetype"), url(../fonts/controls/entypo.svg#entypo) format("svg");
}
.container
{
	max-width: 1400px;
margin: 0px auto;
}
.cbp-bislideshow
{
	z-index: -1;
	/*position: fixed;*/
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	width: 100%;
	
	padding-right: 0px;
	height: 100%;
	top: 0px;
	list-style-image: none;
	padding-top: 0px;
	left: 0px;
}
.cbp-bislideshow LI
{
	position: absolute;
	/**/
	width: 100%;
	
	min-width: 1200px;
	height: 500px;/*740*/
	top: -0.5%;
	/*left: -0.5%;*/
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
	min-width: 1200px;
max-width: 1400px;
}
.backgroundsize .cbp-bislideshow LI {
	BACKGROUND-POSITION: center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover
}
.backgroundsize .cbp-bislideshow LI IMG {
	DISPLAY: none
}
.cbp-bislideshow LI IMG {
	WIDTH: 100%; DISPLAY: block
}
.cbp-bicontrols
{
	/*position: fixed;*/
	margin: 225px auto 0px auto;
	width: 1000px;
	height: 100px;
	/*top: 50%;
	left: 50%;*/
}
/*
.cbp-bicontrols SPAN {
	POSITION: relative; 
	WIDTH: 100px; FLOAT: left;
	 HEIGHT: 100px; 
	 CURSOR: pointer
}*/
.cbp-bicontrols SPAN:before {
	POSITION: absolute; TEXT-ALIGN: center; TEXT-TRANSFORM: none; WIDTH: 100%; FONT: 80px/100px "entypo"; HEIGHT: 100%; COLOR: #fff; TOP: 0px; LEFT: 0px; speak: none; -webkit-font-smoothing: antialiased; opacity: 0.7
}
.cbp-bicontrols SPAN:hover:before {
	opacity: 1
}
.cbp-bicontrols SPAN:active:before {
	TOP: 2px
}


SPAN.cbp-biprev {
	/*CONTENT: "\e001";*/
	background-image: url('ImgArrows/LeftArr.png');

	background-repeat:no-repeat;
	/*background-position:left;*/
	margin-top:-120px;
}
SPAN.cbp-binext {
	/*background-position:right;*/
	background-image: url('ImgArrows/rightArr.png');

	background-repeat:no-repeat;
	margin-top:-120px;
}
.cbp-bicontrols SPAN.cbp-binext {
	FLOAT: right
}
.no-backgroundsize.no-js .cbp-bislideshow LI:first-child {
	opacity: 1
}
.backgroundsize.no-js .cbp-bislideshow LI:first-child IMG {
	DISPLAY: block
}
