.hp1 {
	background: transparent url(/img/bg_hp1.png) 500px bottom no-repeat;
}
.hp2 {
	background: transparent url(/img/bg_hp2.png) 580px center no-repeat;
}
.hp3 {
	background: transparent url(/img/bg_hp3.png) 520px bottom no-repeat;
}
.hp1.eng {
	background: transparent url(/img/bg_hp1_en.png) 500px bottom no-repeat;
}
.hp2.eng {
	background: transparent url(/img/bg_hp2_en.png) 580px center no-repeat;
}
.hp3.eng {
	background: transparent url(/img/bg_hp3_en.png) 520px bottom no-repeat;
}
#slider {		
	width:892px;
	height:297px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
#slider_cover {
	width:980px;
	height:297px;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}
#slider a {
	display: block;
	width: 177px;
	height: 42px;
	line-height: 42px;
	color: #333;
	padding-left: 40px;
	background: transparent url(/img/slider_button.png) right bottom no-repeat;
}
#slider li {
	position: relative;
}
#slider li a {
	position: absolute;
	bottom: 55px;
}
#slider li, #slider2 li{
	width:892px;
	height:297px;
	overflow:hidden;
}	
#slider li h2,#slider li p,#slider li a {
	margin: 0 90px 0 40px;
}
#slider strong {
	color: #ff9933;
}
#slider li p {
	padding-right: 280px;
	margin-bottom: 30px;
}
#slider li h2 {
	margin-bottom: 20px;
}

#prevBtn {
	position: absolute;
	background:url(/img/slider_but_p.png) no-repeat 0 0;
	left: 0;
}
#nextBtn {
	position: absolute;
	background:url(/img/slider_but_n.png) no-repeat 0 0;
	right: 0;
}
#nextBtn, #prevBtn	{
	width:38px;
	height:48px;
	overflow: hidden;
	text-indent: 1000px;
	display:block;
	top: 100px;
	z-index:1000;
}

#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider2{margin-top:1em;}
#slider li, #slider2 li{
	width:892px;
	height:297px;
	overflow:hidden;
}
										
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:38px;
	height:48px;	
}
ol#controls{
	position: absolute;
	bottom: 25px;
	right: 35px;;
}
ol#controls li{
	margin:0 11px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:18px;
	width:30px;
}
ol#controls li a{
	text-indent: 1000px;
	float:left;
	height:18px;
	width:30px;
	background-color: #d4d4d4;
	text-decoration:none;
}
ol#controls li.current a{
	background-color: #f18635;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

