@font-face {
	font-family: 'entypo';
	src:url('../fonts/controls/entypo.eot');
	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');
	font-weight: normal;
	font-style: normal;
}

#slideshow_area {
	overflow: hidden;
	position: relative;
}

.cbp-bislideshow {
	list-style: none;
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.v2 {
	max-height: 620px;
	overflow: hidden;
}
.cbp-bislideshow:after {
	content: "";
	clear: both;
	display: block;
}

.cbp-bislideshow li {
	position: absolute;
	
	height: auto;
	/*opacity: 0;
	width: 100%;*/
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
	top: 0px;
}
.cbp-bislideshow li:first-child {
	position: relative;
}

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

.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	background-position: center 0;
	background-repeat:no-repeat;
	/*background-color:#000000;*/
}

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

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


/*******text on the image ************/
.cbp-bislideshow li .caption{
/*		max-width:950px;
position:relative; float:left;*/
	position:absolute; top:3%;
	margin:0 auto;
	/*margin-top:200px;*/
	/*padding:15px;*/
	
	color:#ffffff;
	width:100%;
	
}


.cbp-bislideshow li .caption .left_txt{
	/*min-height:200px;*/
	background-color:#B8B211;
	float:left; padding:20px; 
	position:relative; margin-left:10%;
	font-size:2em; width:25%;
	background:url(../images/bkgd_caption.png) repeat ;
	
}

.cbp-bislideshow li .caption .right_txt{
	width:35%;
	background-color:#FF9600;
	position:relative; float:right;
	text-align:left;
	/*min-height:400px;*/ margin-right:6%;
	z-index:100000;
}


#news_area {  position:absolute; top:120px; width:40%; right:6%}

#news_bullet li { 
position:relative;
float: left; 
margin: 2% 4% 0px 0px;
padding: 1% 2%;
list-style-type: none;
display:inline;
width:42%;
background-color:#fff;
box-shadow: 2px 2px 5px #D8D1BE; min-height:260px;
z-index:1000;}

#news_bullet:after {
	content: "";
	clear: both;
	display: block;
}

#news_bullet li img{ 
width:100%;
padding:2px 0px 0px 0px;}

.bottom_but{
	color:#000000;
	font-size:2em;
	
	/*start removed by ray */
	/* position:fixed; */
	/*end removed by ray */
	
	/* start added by ray */
	position:absolute;
	/* end added by ray */
	
	/* start added by ken */
	left: 60%;
	width: 34%;
	margin-left: -15%; 
	max-width: 140px;
	max-height: 100px;
	/* end added by ken */
	
	cursor: pointer;
	bottom:0;
	text-align: center;
}
.bottom_but img {
	width: 100%;
	margin: auto auto;
}

.cbp-bicontrols {
	position:absolute;
	width: 100%;
	height: 100px;
	margin:0;
	top: 50%;
	margin-top: -40px;
	/* start removed by ray */
	/* 
	top: 50%;
	left: 0%; 
	*/
	/* end removed by ray */
}

.cbp-bicontrols span {
	float: left;
	/**width: 100px;
	height: 100px;**/
	
	/* start added by ken */
	width: 13%;
	max-width: 60px;
	height: auto;
	max-height: 80px;
	/* end added by ken */
	
	position: relative;
	cursor: pointer;
}

.cbp-bicontrols span img {
	height: auto;
	width: 100%;
}

.cbp-bicontrols span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-family: 'entypo';
	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:before {
	opacity: 1;
}

.cbp-bicontrols span:active:before {
	top: 2px;
}

span.cbp-biplay:before {
	content: "\e002";
}

span.cbp-bipause:before {
	content: "\e003";
}

/**
span.cbp-binext:before {
	content: "\e000";
}

span.cbp-biprev:before {
	content: "\e001";
}
**/

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

/* Fallback */

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

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

@media only screen and (max-width:1280px) {
.bottom_but{
	left: 60%;}
#news_area {  width:50%; top:120px; right:3%;}

.cbp-bislideshow li .caption .left_txt{font-size:1.7em;}
}
@media only screen and (max-width:1024px) {
.bottom_but{
	left: 55%;}
#news_area { position: relative; top: inherit; width:100%; right:inherit;  margin-bottom: 20px; /*left: 5%;*/}
	.cbp-bislideshow li .caption .left_txt{ width:55%;}

}
@media only screen and (max-width:980px) {
	

.bottom_but { display:none;}
}

@media only screen and (max-width:800px) {
.cbp-bislideshow li .caption .left_txt{ font-size:1.5em; width:60%; padding:8px;}
}

/*
@media only screen and (max-width:570px) {
.cbp-bicontrols { display:none;}
}
*/


@media only screen and (max-width:480px) {
	.backgroundsize .cbp-bislideshow li {
	
	/*background-position: center 96px;*/
	
	}
	
	.bottom_but{
		bottom: -20px;
	}
	#news_bullet {
		padding-left: 0px;
	}
	#news_bullet li {
		margin: 2% 8%;
		padding: 1% 2%;
		margin-bottom: 10px;
		width: 80%;
	}
	.cbp-bislideshow li .caption .left_txt{ font-size:1.1em; width:70%; padding:8px;}
	

}

/**

@media only screen and (max-width:1024px) {
.bottom_but{
	left: 55%;}
	.cbp-bislideshow li .caption .left_txt{ margin-left:5%; }
	#news_area {  width:60%; top:120px;}
	#news_bullet li {  min-height:230px;}

}


@media only screen and (max-width:900px) {
	#news_area { position: relative; top: inherit; width:100%; right:inherit;  margin-bottom: 20px; }
	.cbp-bislideshow li .caption .left_txt{ width:55%;}
	

}**/


