#home_image{
	position:relative;
	overflow:hidden;
}
#home_image_wrapper{
	height:525px;
	width:960px;
	position:absolute;
		overflow:hidden;
}
#home_image_wrapper .c{
	height:525px;
	width:2880px;
	position:absolute;
	/*left:-960px;*/
}
#home_image_left{
	background:url(../../assets/images/hi_availability.jpg) top left no-repeat;
}
#home_image_center{
	background:url(../../assets/images/hi_coordination.jpg) top left no-repeat;
}
#home_image_right{
	background:url(../../assets/images/hi_precision.jpg) top left no-repeat;
}
.home_image_bg{
	height:525px;
	width:960px;
	float:left;
	display:block;
}
#home_image_info{
	position: absolute;
	right:30px;
	top:200px;
	width:686px;
	height:164px;
}

#hi_info_pane ul{
	float:left;
	margin:0;
	padding:0;
	height:124px;
	width:20000px;
}
#hi_info_pane ul li
{
	float:left;
	display:block;
	height:124px;
	width:536px;
	list-style: none;
	padding:0px 20px;
}

#home_image_info .hi_prev{
	width:35px;
	height:36px;
	position:absolute;
	top:60px;
	left:0px;
}
#home_image_info .hi_next{
	width:35px;
	height:36px;
	position:absolute;
	top:60px;
	right:0px;
}
#home_image_info .hi_info{
	width:576px;
	height:164px;
	background:url(images/white_1by1.png);
	padding:8px;
	position:absolute;
	left:48px;
}
#home_image_info .hi_info .c{
	height:100%;
	width:100%;
	background:url(images/brown_1by1.png);
}
#home_image_info .hi_info .d{
	padding:0px;
	color:#ffffff;
	overflow: hidden;
	height:164px;
}
#home_image_info .hi_info .d h2{
	color:#ffffff;
	font-size:30px;
	font-weight:bold;
	line-height:2;
	margin:0px;
	padding:0px;
}
#home_image_info .hi_info .d h3{
	color:#ffffff;
	font-size:16px;
	line-height:1.4;
	font-weight:bold;
}


