/* foucs */
#foucs08 {
	background:#000;
	height:480px;
	overflow:hidden;
	position:relative;
}
#foucs08 div.main {
	display:none;
	cursor:pointer
}
#foucs08 .element {
	display:none;
	position:absolute;
}
#foucs08 .element img {
	height: 480px;
	width: 1000px;
}
#foucs08 .navi {
	display:block;
	width:40px;
	height:74px;
	line-height:99em;
	overflow:hidden;
	background:url("../images/focus_btn.png") no-repeat;
	top:200px;
}
#foucs08 .left {
	left:50%;
	margin-left: -500px;
	background-position:0 0;
}
#foucs08 .left:hover {
	background-position:0 -74px;
}
#foucs08 .right {
	right:50%;
	margin-right: -500px;
	background-position:-40px 0;
}
#foucs08 .right:hover {
	background-position:-40px -74px;
}