/* foucs */
#foucs08 {
	background:#000;
	height:595px;
	overflow:hidden;
	position:relative;
}
#foucs08 div.main {
	display:none;
	cursor:pointer
}
#foucs08 .element {
	display:none;
	position:absolute;
}
#foucs08 .element em {
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	background-image: url(../images/bg.png);
	width: 1000px;
	height: 42px;
	text-align: center;
	color: #fff;
	line-height: 42px;
	font-size: 16px;
	font-family: "ËÎÌå", Arial, sans-serif;
	z-index:999;
}
#foucs08 .element img {
	height: 595px;
	width: 980px;
}
#foucs08 .navi {
	display:block;
	width:80px;
	height:80px;
	line-height:99em;
	overflow:hidden;
	background:url(../images/arrow-btn.png) no-repeat;
	top:252px;
}
#foucs08 .left {
	left:0;
	background-position:0 0;
}
#foucs08 .left:hover {
	background-position:0 -80px;
}
#foucs08 .right {
	right:0;
	background-position:-80px 0;
}
#foucs08 .right:hover {
	background-position:-80px -80px;
}