.liquid {
	padding:2px 0;
    margin-top: 20px;
    position: relative;
    top:-20px;
    width: 1150px;
    left: 25px;
}
.liquid .previous {
	display:block;
	height:80px;
	width:42px;
	background:url('/static/l.jpg') no-repeat center;
	float:left;
	margin:0;
	padding:0;
	cursor:pointer;
    position: relative;
    top:15px;
}
.liquid .previous:hover {


}
.liquid .next {
	display:block;
	height:80px;
	width:42px;
	background:url('/static/r.jpg') no-repeat center;
	float:right;
	margin:0;
	padding:0;
	cursor:pointer;
    position: relative;
    top:15px;
}
.liquid .next:hover {

}
.liquid ul li {
	width:210px !important;
	padding:0;
	margin:0;
	position:relative;
	top:15px;
}
.liquid ul li a img {
   	margin:4px !important;
}
