.liquid {
	padding:10px 0;
	min-height:400px;
	max-width:1000px;
	margin:0 auto 0 26%;
	overflow:hidden;

}
.liquid .previous {
	font-size:28px;
	cursor:pointer;
	margin-top:290px;
	text-align:center;
	position:absolute;
	left:35%;
	background:url(../img/arrl.png) top center no-repeat;
	width:25px;
	height:25px;
	opacity:.8
	
	
}
.liquid .next {
	cursor:pointer;	
font-size:28px;
margin-top:290px;
text-align:center;
	position:absolute;
	right:35%;
	background:url(../img/arr.png) top center no-repeat;
	width:31px;
	height:25px;
	opacity:.8
}
.liquid .next:hover, .liquid .previous:hover { opacity:1;}
.liquid ul li {
	width:206px;
	padding:0 2px;
	margin:50px auto;
	text-align:center;
	position:relative;
	float:none;

	
}


.liquid ul li h1 { font-size:18px; color:#373737; padding:5px 0;}
.liquid ul li p { font-size:12px; color:#9a9c9e}
@media screen and (max-width: 1640px) {
	.liquid {
	margin:0 auto 0 23%;

}

@media screen and (max-width: 1500px) {
	.liquid {
	margin:0 auto 0 18%;

}

@media screen and (max-width: 1300px) {
	.liquid {
	margin:0 auto 0 15%;}


.liquid .previous {
	left:32%;
	
	
}
.liquid .next {
	right:32%;

}
}

@media screen and (max-width: 1000px) {
	.liquid {
	margin:0 auto 0 10%;

}
}