#all_gifts {
	margin: 0 auto;
	width:800px; height:auto;
	text-align: center;
	line-height: 15px;
	/*overflow-x:hidden;
	overflow-y:auto;*/
	}

.gift {
	z-index: 5;
	background: url(../images/gift_bg.png) center center no-repeat;
	width:740px; height:330px;
	margin: 0 auto;
	}

.gifttitle {
	z-index: 5;
	margin: 5px;
	padding: 5px;
	width:auto; height:50px;
	float:left; /*浮动居左*/
	position:relative; top:35px; left:30px;
	border:0px;
	font-size:28px; font-weight:bold; letter-spacing: 3px; color:#e5004f;
	text-align: left;
	}

.giftword {
	z-index: 5;
	margin: 5px;
	padding: 5px;
	width:415px; height:150px;
	float:left; /*浮动居左*/
	position:relative; top:0px; left:30px;
	border:0px;
	text-align: left;
	line-height: 24px;
	}

.giftword  span{
	color:blue;
	}

.giftpic {
	width: 240px; height: 240px ;
	text-align: center;
	padding: 5px;
	line-height: 220px; margin-right: 5px;
	float: left;
	position:relative; top:30px; left:40px;}

.giftpic img{
	max-width: 230px; max-height: 230px;
	vertical-align: middle; border-radius:8px;}


.go {
	width:156px; height:51px;
	float:right; /*浮动居右*/
	position:relative; top:0px; right:30px;
	}
