/*-------------------*/

#key-company {
	overflow: hidden;
	zoom: 1;
	position: relative;
	z-index:100;
	margin-bottom:30px;
	text-align: left;

}

#key-company .wrap{
	position:relative;
	top:0;
}

.demo-wrap {
	position:relative;
	left:50%;
	width:700px;
	height:400px;
	margin-left:-350px;
}

.demo-wrap ul {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.demo-wrap li {
	margin: 0;
}

.demo-wrap li img{
	vertical-align:bottom
}

.demo-wrap .bx-wrapper {
	margin: 0 auto;
}

/*thumbnails*/
.thumbs {
	position:absolute;
	top:347px;
	left:50%;
	z-index:10000;
	width:450px;
	height:53px;
	margin-left:-220px;
	text-align: center;
	background:url(/image/bg_company-key_thums.png) no-repeat;
}

.thumbs a {
	display:inline-block;
	padding-top:6px;
}

.thumbs a.active{
	background:url(/image/bg_key_thums_02.gif) no-repeat 30% 3px;
}

.thumbs a img {
	border: solid #767676 1px;
}

.thumbs a.active img{
	border: solid #d0d0d0 1px;
}