.product-feature {
	position:relative;
	height:350px;
}

	#power .info {
		position:absolute;
		top:30px;
		right:93px;
		width:370px;
	}
	#power img {
		margin: 28px 0 0 42px;
		z-index:10;
	}
	#best .info {
		position:absolute;
		top:35px;
		left:80px;
		width:370px;
	}
	#best img {
		position: absolute;
		right:0;
		top:-50;
		z-index:-1;
	}
	#video .info {
		position:absolute;
		top:-18px;
		right:91px;
		width:370px;
	}
	#video img {
		position: absolute;
		left:0;
		top:-130px;
	}
	#type .info {
		position:absolute;
		top:119px;
		left:80px;
		width:370px;
	}
	#type img {
		position: absolute;
		right:123px;
		top:-177px;
	}


