.liquid {
	
	padding:10px 0 30px;
	float:left; width:960px;
}
.previous {
	display:block;
	height:40px;
	width:40px;
	background:#6F096C url('../images/pre_right.png') no-repeat center;
	float:left;
	 margin: 55px 0 0;
	padding:0;
}
.next {
	display:block;
	height:40px;
	width:40px;
	background:#6F096C url('../images/next_right.png') no-repeat center;
	float:right;
	 margin: 55px 0 0;
	padding:0;
}
.liquid ul li {
	width:178px;
	padding:0 2px;
	margin:0;
}
.liquid ul li a img {
	
}

.sac {
	display:block;
	width:100%;
	text-align:right;
	font-style:italic;
	margin-bottom:45px;
	font-size:12px;
}
.wrapper { float:left; width:880px !important; }
.wrapper span  { float:left; width:178px; color:#000;  font-size: 14px;  text-align: center;}
.wrapper p { float:left; width:178px; color:#414141;  font-size: 14px;    text-align: center; padding:5px 0; }
.wrapper button { float:left; width:128px; color:#000;  font-size: 14px;    text-align: center; padding:5px 0; border:1px solid #999; background:#fff; cursor:pointer;margin: 0 0 0 25px;  }
.wrapper button:hover { float:left; width:128px; color:#fff;  font-size: 14px;    text-align: center; padding:5px 0; border:1px solid #999; background:#6F096C; cursor:pointer;margin: 0 0 0 25px;  }