#Product_content {
	width:927px;
	height:520px;
	position:relative;
}
#Product_content #bottle {
	position:absolute;
	left:91px;
	top:56px;
	width:206px;
	height:410px;
	background: url("../../images/product_bottle.gif") 0 0 no-repeat;
}
#Product_content #title {
	position:absolute;
	left:316px;
	top:57px;
	width:403px;
	height:165px;
	background: url("../../images/product_title.gif") 0 0 no-repeat;
}
#Product_content #package {
	position:absolute;
	left:634px;
	top:252px;
	width:107px;
	height:170px;
	background: url("../../images/product_package.gif") 0 0 no-repeat;
}
#Product_content #shop_btn {
	display:block;
	position:absolute;
	left:317px;
	top:386px;
	width:121px;
	height:36px;
	background: url("../../images/product_shop_btn.png") 0 0 no-repeat;
}
#Product_content #shop_btn:hover {
	background-position: 0 -36px;
}
#Product_content #text {
	position:absolute;
	left:316px;
	top:219px;
	width:303px;
	height:140px;
}
#Product_content p {
	font-size:16px;							
}
#Product_content .red {
	position:relative;
	top:3px;							
	color:#f00;
}
